Searched refs:fragmentlabel (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/security/mac_test/ |
H A D | mac_test.c | 779 test_ip6q_create(struct mbuf *fragment, struct label *fragmentlabel, in test_ip6q_create() argument 783 LABEL_CHECK(fragmentlabel, MAGIC_MBUF); in test_ip6q_create() 814 test_ip6q_match(struct mbuf *fragment, struct label *fragmentlabel, in test_ip6q_match() argument 818 LABEL_CHECK(fragmentlabel, MAGIC_MBUF); in test_ip6q_match() 849 test_ipq_create(struct mbuf *fragment, struct label *fragmentlabel, in test_ipq_create() argument 853 LABEL_CHECK(fragmentlabel, MAGIC_MBUF); in test_ipq_create() 884 test_ipq_match(struct mbuf *fragment, struct label *fragmentlabel, in test_ipq_match() argument 888 LABEL_CHECK(fragmentlabel, MAGIC_MBUF); in test_ipq_match()
|