/freebsd-src/sys/security/mac_lomac/ |
H A D | mac_lomac.c | 1379 lomac_ipq_create(struct mbuf * m,struct label * mlabel,struct ipq * q,struct label * qlabel) lomac_ipq_create() argument 1391 lomac_ipq_match(struct mbuf * m,struct label * mlabel,struct ipq * q,struct label * qlabel) lomac_ipq_match() argument 1402 lomac_ipq_reassemble(struct ipq * q,struct label * qlabel,struct mbuf * m,struct label * mlabel) lomac_ipq_reassemble() argument 1416 lomac_ipq_update(struct mbuf * m,struct label * mlabel,struct ipq * q,struct label * qlabel) lomac_ipq_update() argument
|
/freebsd-src/sys/security/mac_stub/ |
H A D | mac_stub.c | 491 struct label *qlabel) in stub_ipq_update() argument 469 stub_ipq_create(struct mbuf * m,struct label * mlabel,struct ipq * q,struct label * qlabel) stub_ipq_create() argument 476 stub_ipq_match(struct mbuf * m,struct label * mlabel,struct ipq * q,struct label * qlabel) stub_ipq_match() argument 483 stub_ipq_reassemble(struct ipq * q,struct label * qlabel,struct mbuf * m,struct label * mlabel) stub_ipq_reassemble() argument
|
/freebsd-src/sys/security/mac_mls/ |
H A D | mac_mls.c | 1176 mls_ipq_create(struct mbuf * m,struct label * mlabel,struct ipq * q,struct label * qlabel) mls_ipq_create() argument 1188 mls_ipq_match(struct mbuf * m,struct label * mlabel,struct ipq * q,struct label * qlabel) mls_ipq_match() argument 1199 mls_ipq_reassemble(struct ipq * q,struct label * qlabel,struct mbuf * m,struct label * mlabel) mls_ipq_reassemble() argument 1213 mls_ipq_update(struct mbuf * m,struct label * mlabel,struct ipq * q,struct label * qlabel) mls_ipq_update() argument
|
/freebsd-src/sys/security/mac_test/ |
H A D | mac_test.c | 885 struct ipq *q, struct label *qlabel) in test_ipq_update() argument 826 test_ipq_create(struct mbuf * fragment,struct label * fragmentlabel,struct ipq * q,struct label * qlabel) test_ipq_create() argument 861 test_ipq_match(struct mbuf * fragment,struct label * fragmentlabel,struct ipq * q,struct label * qlabel) test_ipq_match() argument 873 test_ipq_reassemble(struct ipq * q,struct label * qlabel,struct mbuf * m,struct label * mlabel) test_ipq_reassemble() argument
|
/freebsd-src/sys/security/mac_biba/ |
H A D | mac_biba.c | 1256 biba_ipq_create(struct mbuf * m,struct label * mlabel,struct ipq * q,struct label * qlabel) biba_ipq_create() argument 1268 biba_ipq_match(struct mbuf * m,struct label * mlabel,struct ipq * q,struct label * qlabel) biba_ipq_match() argument 1279 biba_ipq_reassemble(struct ipq * q,struct label * qlabel,struct mbuf * m,struct label * mlabel) biba_ipq_reassemble() argument 1293 biba_ipq_update(struct mbuf * m,struct label * mlabel,struct ipq * q,struct label * qlabel) biba_ipq_update() argument
|