Home
last modified time | relevance | path

Searched refs:sc_label (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/sys/security/mac/
HDmac_inet.c494 mac_syncache_create_mbuf(struct label *sc_label, struct mbuf *m) in mac_syncache_create_mbuf() argument
505 MAC_POLICY_PERFORM_NOSLEEP(syncache_create_mbuf, sc_label, m, in mac_syncache_create_mbuf()
HDmac_policy.h462 typedef void (*mpo_syncache_create_mbuf_t)(struct label *sc_label,
/freebsd-11-stable/sys/netinet/
HDtcp_syncache.h73 struct label *sc_label; /* MAC label reference */ member
HDtcp_syncache.c225 mac_syncache_destroy(&sc->sc_label); in syncache_free()
1489 sc->sc_label = maclabel; in syncache_add()
1674 mac_syncache_create_mbuf(sc->sc_label, m); in syncache_respond()
/freebsd-11-stable/sys/security/mac_lomac/
HDmac_lomac.c2108 lomac_syncache_create_mbuf(struct label *sc_label, struct mbuf *m, in lomac_syncache_create_mbuf() argument
2113 source = SLOT(sc_label); in lomac_syncache_create_mbuf()
/freebsd-11-stable/sys/security/mac_stub/
HDmac_stub.c1086 stub_syncache_create_mbuf(struct label *sc_label, struct mbuf *m, in stub_syncache_create_mbuf() argument
/freebsd-11-stable/sys/security/mac_mls/
HDmac_mls.c2033 mls_syncache_create_mbuf(struct label *sc_label, struct mbuf *m, in mls_syncache_create_mbuf() argument
2038 source = SLOT(sc_label); in mls_syncache_create_mbuf()
/freebsd-11-stable/sys/security/mac_biba/
HDmac_biba.c2321 biba_syncache_create_mbuf(struct label *sc_label, struct mbuf *m, in biba_syncache_create_mbuf() argument
2326 source = SLOT(sc_label); in biba_syncache_create_mbuf()
/freebsd-11-stable/sys/security/mac_test/
HDmac_test.c1955 test_syncache_create_mbuf(struct label *sc_label, struct mbuf *m, in test_syncache_create_mbuf() argument
1959 LABEL_CHECK(sc_label, MAGIC_SYNCACHE); in test_syncache_create_mbuf()