Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_syncache.h75 struct label *sc_label; /* MAC label reference */ member
H A Dtcp_syncache.c240 mac_syncache_destroy(&sc->sc_label); in syncache_free()
1706 sc->sc_label = maclabel; in syncache_add()
1896 mac_syncache_create_mbuf(sc->sc_label, m); in syncache_respond()
/f-stack/freebsd/security/mac/
H A Dmac_inet.c496 mac_syncache_create_mbuf(struct label *sc_label, struct mbuf *m) in mac_syncache_create_mbuf() argument
507 MAC_POLICY_PERFORM_NOSLEEP(syncache_create_mbuf, sc_label, m, in mac_syncache_create_mbuf()
H A Dmac_policy.h462 typedef void (*mpo_syncache_create_mbuf_t)(struct label *sc_label,
/f-stack/freebsd/security/mac_lomac/
H A Dmac_lomac.c2109 lomac_syncache_create_mbuf(struct label *sc_label, struct mbuf *m, in lomac_syncache_create_mbuf() argument
2114 source = SLOT(sc_label); in lomac_syncache_create_mbuf()
/f-stack/freebsd/security/mac_stub/
H A Dmac_stub.c1087 stub_syncache_create_mbuf(struct label *sc_label, struct mbuf *m, in stub_syncache_create_mbuf() argument
/f-stack/freebsd/security/mac_biba/
H A Dmac_biba.c2322 biba_syncache_create_mbuf(struct label *sc_label, struct mbuf *m, in biba_syncache_create_mbuf() argument
2327 source = SLOT(sc_label); in biba_syncache_create_mbuf()
/f-stack/freebsd/security/mac_mls/
H A Dmac_mls.c2034 mls_syncache_create_mbuf(struct label *sc_label, struct mbuf *m, in mls_syncache_create_mbuf() argument
2039 source = SLOT(sc_label); in mls_syncache_create_mbuf()
/f-stack/freebsd/security/mac_test/
H A Dmac_test.c1957 test_syncache_create_mbuf(struct label *sc_label, struct mbuf *m, in test_syncache_create_mbuf() argument
1961 LABEL_CHECK(sc_label, MAGIC_SYNCACHE); in test_syncache_create_mbuf()