Searched refs:q6label (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/security/mac_stub/ |
H A D | mac_stub.c | 455 struct label *q6label) in stub_ip6q_create() argument 462 struct label *q6label) in stub_ip6q_match() argument 469 stub_ip6q_reassemble(struct ip6q *q6, struct label *q6label, struct mbuf *m, in stub_ip6q_reassemble() argument 477 struct label *q6label) in stub_ip6q_update() argument
|
/freebsd/sys/security/mac_test/ |
H A D | mac_test.c | 780 struct ip6q *q6, struct label *q6label) in test_ip6q_create() argument 784 LABEL_CHECK(q6label, MAGIC_IP6Q); in test_ip6q_create() 815 struct ip6q *q6, struct label *q6label) in test_ip6q_match() argument 819 LABEL_CHECK(q6label, MAGIC_IP6Q); in test_ip6q_match() 827 test_ip6q_reassemble(struct ip6q *q6, struct label *q6label, struct mbuf *m, in test_ip6q_reassemble() argument 831 LABEL_CHECK(q6label, MAGIC_IP6Q); in test_ip6q_reassemble() 839 struct label *q6label) in test_ip6q_update() argument 843 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 | 246 struct ip6q *q6, struct label *q6label); 250 struct ip6q *q6, struct label *q6label); 251 typedef void (*mpo_ip6q_reassemble)(struct ip6q *q6, struct label *q6label, 254 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
|