Searched refs:q6label (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/security/mac_stub/ |
| H A D | mac_stub.c | 456 struct label *q6label) in stub_ip6q_create() argument 463 struct label *q6label) in stub_ip6q_match() argument 470 stub_ip6q_reassemble(struct ip6q *q6, struct label *q6label, struct mbuf *m, in stub_ip6q_reassemble() argument 478 struct label *q6label) in stub_ip6q_update() argument
|
| /freebsd/sys/security/mac_test/ |
| H A D | mac_test.c | 782 struct ip6q *q6, struct label *q6label) in test_ip6q_create() argument 786 LABEL_CHECK(q6label, MAGIC_IP6Q); in test_ip6q_create() 817 struct ip6q *q6, struct label *q6label) in test_ip6q_match() argument 821 LABEL_CHECK(q6label, MAGIC_IP6Q); in test_ip6q_match() 829 test_ip6q_reassemble(struct ip6q *q6, struct label *q6label, struct mbuf *m, in test_ip6q_reassemble() argument 833 LABEL_CHECK(q6label, MAGIC_IP6Q); in test_ip6q_reassemble() 841 struct label *q6label) in test_ip6q_update() argument 845 LABEL_CHECK(q6label, MAGIC_IP6Q); in test_ip6q_update()
|
| /freebsd/sys/security/mac_lomac/ |
| H A D | mac_lomac.c | 1333 struct label *q6label) in lomac_ip6q_create() argument 1338 dest = SLOT(q6label); in lomac_ip6q_create() 1345 struct label *q6label) in lomac_ip6q_match() argument 1349 a = SLOT(q6label); in lomac_ip6q_match() 1356 lomac_ip6q_reassemble(struct ip6q *q6, struct label *q6label, struct mbuf *m, in lomac_ip6q_reassemble() argument 1361 source = SLOT(q6label); in lomac_ip6q_reassemble() 1370 struct label *q6label) in lomac_ip6q_update() argument
|
| /freebsd/sys/security/mac/ |
| H A D | mac_policy.h | 249 struct ip6q *q6, struct label *q6label); 253 struct ip6q *q6, struct label *q6label); 254 typedef void (*mpo_ip6q_reassemble)(struct ip6q *q6, struct label *q6label, 257 struct ip6q *q6, struct label *q6label);
|
| /freebsd/sys/security/mac_mls/ |
| H A D | mac_mls.c | 1129 struct label *q6label) in mls_ip6q_create() argument 1134 dest = SLOT(q6label); in mls_ip6q_create() 1141 struct label *q6label) in mls_ip6q_match() argument 1145 a = SLOT(q6label); in mls_ip6q_match() 1152 mls_ip6q_reassemble(struct ip6q *q6, struct label *q6label, struct mbuf *m, in mls_ip6q_reassemble() argument 1157 source = SLOT(q6label); in mls_ip6q_reassemble() 1166 struct label *q6label) in mls_ip6q_update() argument
|
| /freebsd/sys/security/mac_biba/ |
| H A D | mac_biba.c | 1210 struct label *q6label) in biba_ip6q_create() argument 1215 dest = SLOT(q6label); in biba_ip6q_create() 1222 struct label *q6label) in biba_ip6q_match() argument 1226 a = SLOT(q6label); in biba_ip6q_match() 1233 biba_ip6q_reassemble(struct ip6q *q6, struct label *q6label, struct mbuf *m, in biba_ip6q_reassemble() argument 1238 source = SLOT(q6label); in biba_ip6q_reassemble() 1247 struct label *q6label) in biba_ip6q_update() argument
|