Searched refs:sc_label (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_syncache.h | 75 struct label *sc_label; /* MAC label reference */ member
|
| H A D | tcp_syncache.c | 240 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 D | mac_inet.c | 496 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 D | mac_policy.h | 462 typedef void (*mpo_syncache_create_mbuf_t)(struct label *sc_label,
|
| /f-stack/freebsd/security/mac_lomac/ |
| H A D | mac_lomac.c | 2109 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 D | mac_stub.c | 1087 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 D | mac_biba.c | 2322 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 D | mac_mls.c | 2034 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 D | mac_test.c | 1957 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()
|