Searched refs:qlabel (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/security/mac_stub/ |
| H A D | mac_stub.c | 485 struct label *qlabel) in stub_ipq_create() argument 492 struct label *qlabel) in stub_ipq_match() argument 499 stub_ipq_reassemble(struct ipq *q, struct label *qlabel, struct mbuf *m, in stub_ipq_reassemble() argument 507 struct label *qlabel) in stub_ipq_update() argument
|
| /freebsd/sys/security/mac_test/ |
| H A D | mac_test.c | 852 struct ipq *q, struct label *qlabel) in test_ipq_create() argument 856 LABEL_CHECK(qlabel, MAGIC_IPQ); in test_ipq_create() 887 struct ipq *q, struct label *qlabel) in test_ipq_match() argument 891 LABEL_CHECK(qlabel, MAGIC_IPQ); in test_ipq_match() 899 test_ipq_reassemble(struct ipq *q, struct label *qlabel, struct mbuf *m, in test_ipq_reassemble() argument 903 LABEL_CHECK(qlabel, MAGIC_IPQ); in test_ipq_reassemble() 911 struct label *qlabel) in test_ipq_update() argument 915 LABEL_CHECK(qlabel, MAGIC_IPQ); in test_ipq_update()
|
| /freebsd/sys/security/mac_lomac/ |
| H A D | mac_lomac.c | 1378 struct label *qlabel) in lomac_ipq_create() argument 1383 dest = SLOT(qlabel); in lomac_ipq_create() 1390 struct label *qlabel) in lomac_ipq_match() argument 1394 a = SLOT(qlabel); in lomac_ipq_match() 1401 lomac_ipq_reassemble(struct ipq *q, struct label *qlabel, struct mbuf *m, in lomac_ipq_reassemble() argument 1406 source = SLOT(qlabel); in lomac_ipq_reassemble() 1415 struct label *qlabel) in lomac_ipq_update() argument
|
| /freebsd/sys/security/mac/ |
| H A D | mac_policy.h | 265 struct ipq *q, struct label *qlabel); 269 struct ipq *q, struct label *qlabel); 270 typedef void (*mpo_ipq_reassemble)(struct ipq *q, struct label *qlabel, 273 struct ipq *q, struct label *qlabel);
|
| /freebsd/sys/security/mac_mls/ |
| H A D | mac_mls.c | 1174 struct label *qlabel) in mls_ipq_create() argument 1179 dest = SLOT(qlabel); in mls_ipq_create() 1186 struct label *qlabel) in mls_ipq_match() argument 1190 a = SLOT(qlabel); in mls_ipq_match() 1197 mls_ipq_reassemble(struct ipq *q, struct label *qlabel, struct mbuf *m, in mls_ipq_reassemble() argument 1202 source = SLOT(qlabel); in mls_ipq_reassemble() 1211 struct label *qlabel) in mls_ipq_update() argument
|
| /freebsd/sys/security/mac_biba/ |
| H A D | mac_biba.c | 1255 struct label *qlabel) in biba_ipq_create() argument 1260 dest = SLOT(qlabel); in biba_ipq_create() 1267 struct label *qlabel) in biba_ipq_match() argument 1271 a = SLOT(qlabel); in biba_ipq_match() 1278 biba_ipq_reassemble(struct ipq *q, struct label *qlabel, struct mbuf *m, in biba_ipq_reassemble() argument 1283 source = SLOT(qlabel); in biba_ipq_reassemble() 1292 struct label *qlabel) in biba_ipq_update() argument
|