Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac_ifoff/
H A Dmac_ifoff.c141 ifoff_inpcb_check_deliver(struct inpcb *inp, struct label *inplabel, in ifoff_inpcb_check_deliver() argument
/f-stack/freebsd/security/mac_seeotheruids/
H A Dmac_seeotheruids.c165 struct label *inplabel) in seeotheruids_inpcb_check_visible() argument
/f-stack/freebsd/security/mac_lomac/
H A Dmac_lomac.c1254 lomac_inpcb_check_deliver(struct inpcb *inp, struct label *inplabel, in lomac_inpcb_check_deliver() argument
1263 i = SLOT(inplabel); in lomac_inpcb_check_deliver()
1270 struct label *inplabel) in lomac_inpcb_check_visible() argument
1278 obj = SLOT(inplabel); in lomac_inpcb_check_visible()
1288 struct inpcb *inp, struct label *inplabel) in lomac_inpcb_create() argument
1293 dest = SLOT(inplabel); in lomac_inpcb_create()
1299 lomac_inpcb_create_mbuf(struct inpcb *inp, struct label *inplabel, in lomac_inpcb_create_mbuf() argument
1304 source = SLOT(inplabel); in lomac_inpcb_create_mbuf()
1312 struct inpcb *inp, struct label *inplabel) in lomac_inpcb_sosetlabel() argument
1319 dest = SLOT(inplabel); in lomac_inpcb_sosetlabel()
/f-stack/freebsd/security/mac/
H A Dmac_policy.h214 struct label *inplabel, struct mbuf *m,
217 struct inpcb *inp, struct label *inplabel);
220 struct label *inplabel);
222 struct label *inplabel, struct mbuf *m,
228 struct label *inplabel);
/f-stack/freebsd/security/mac_stub/
H A Dmac_stub.c391 stub_inpcb_check_deliver(struct inpcb *inp, struct label *inplabel, in stub_inpcb_check_deliver() argument
400 struct inpcb *inp, struct label *inplabel) in stub_inpcb_create() argument
406 stub_inpcb_create_mbuf(struct inpcb *inp, struct label *inplabel, in stub_inpcb_create_mbuf() argument
414 struct inpcb *inp, struct label *inplabel) in stub_inpcb_sosetlabel() argument
993 struct label *inplabel) in stub_inpcb_check_visible() argument
/f-stack/freebsd/security/mac_partition/
H A Dmac_partition.c229 struct label *inplabel) in partition_inpcb_check_visible() argument
/f-stack/freebsd/security/mac_biba/
H A Dmac_biba.c1139 biba_inpcb_check_deliver(struct inpcb *inp, struct label *inplabel, in biba_inpcb_check_deliver() argument
1148 i = SLOT(inplabel); in biba_inpcb_check_deliver()
1155 struct label *inplabel) in biba_inpcb_check_visible() argument
1163 obj = SLOT(inplabel); in biba_inpcb_check_visible()
1173 struct inpcb *inp, struct label *inplabel) in biba_inpcb_create() argument
1178 dest = SLOT(inplabel); in biba_inpcb_create()
1186 biba_inpcb_create_mbuf(struct inpcb *inp, struct label *inplabel, in biba_inpcb_create_mbuf() argument
1191 source = SLOT(inplabel); in biba_inpcb_create_mbuf()
1199 struct inpcb *inp, struct label *inplabel) in biba_inpcb_sosetlabel() argument
1206 dest = SLOT(inplabel); in biba_inpcb_sosetlabel()
/f-stack/freebsd/security/mac_mls/
H A Dmac_mls.c1061 mls_inpcb_check_deliver(struct inpcb *inp, struct label *inplabel, in mls_inpcb_check_deliver() argument
1070 i = SLOT(inplabel); in mls_inpcb_check_deliver()
1077 struct label *inplabel) in mls_inpcb_check_visible() argument
1085 obj = SLOT(inplabel); in mls_inpcb_check_visible()
1095 struct label *inplabel) in mls_inpcb_create() argument
1100 dest = SLOT(inplabel); in mls_inpcb_create()
1106 mls_inpcb_create_mbuf(struct inpcb *inp, struct label *inplabel, in mls_inpcb_create_mbuf() argument
1111 source = SLOT(inplabel); in mls_inpcb_create_mbuf()
1119 struct inpcb *inp, struct label *inplabel) in mls_inpcb_sosetlabel() argument
1126 dest = SLOT(inplabel); in mls_inpcb_sosetlabel()
/f-stack/freebsd/security/mac_test/
H A Dmac_test.c646 test_inpcb_check_deliver(struct inpcb *inp, struct label *inplabel, in test_inpcb_check_deliver() argument
650 LABEL_CHECK(inplabel, MAGIC_INPCB); in test_inpcb_check_deliver()
660 struct label *inplabel) in test_inpcb_check_visible() argument
664 LABEL_CHECK(inplabel, MAGIC_INPCB); in test_inpcb_check_visible()
673 struct inpcb *inp, struct label *inplabel) in test_inpcb_create() argument
679 LABEL_CHECK(inplabel, MAGIC_INPCB); in test_inpcb_create()
685 test_inpcb_create_mbuf(struct inpcb *inp, struct label *inplabel, in test_inpcb_create_mbuf() argument
689 LABEL_CHECK(inplabel, MAGIC_INPCB); in test_inpcb_create_mbuf()
721 struct inpcb *inp, struct label *inplabel) in test_inpcb_sosetlabel() argument
727 LABEL_CHECK(inplabel, MAGIC_INPCB); in test_inpcb_sosetlabel()