Searched refs:ipq_label (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/security/mac/ |
H A D | mac_inet.c | 147 q->ipq_label = mac_ipq_label_alloc(flag); in mac_ipq_init() 148 if (q->ipq_label == NULL) in mac_ipq_init() 151 q->ipq_label = NULL; in mac_ipq_init() 185 if (q->ipq_label != NULL) { in mac_ipq_destroy() 186 mac_ipq_label_free(q->ipq_label); in mac_ipq_destroy() 187 q->ipq_label = NULL; in mac_ipq_destroy() 209 MAC_POLICY_PERFORM_NOSLEEP(ipq_reassemble, q, q->ipq_label, m, in mac_ipq_reassemble() 238 MAC_POLICY_PERFORM_NOSLEEP(ipq_create, m, label, q, q->ipq_label); in mac_ipq_create() 269 MAC_POLICY_BOOLEAN_NOSLEEP(ipq_match, &&, m, label, q, q->ipq_label); in mac_ipq_match() 359 MAC_POLICY_PERFORM_NOSLEEP(ipq_update, m, label, q, q->ipq_label); in mac_ipq_update()
|
/freebsd/sys/netinet/ |
H A D | ip_var.h | 68 struct label *ipq_label; /* MAC label */ member
|