Home
last modified time | relevance | path

Searched refs:ipq_label (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/security/mac/
HDmac_inet.c138 q->ipq_label = mac_ipq_label_alloc(flag); in mac_ipq_init()
139 if (q->ipq_label == NULL) in mac_ipq_init()
142 q->ipq_label = NULL; in mac_ipq_init()
176 if (q->ipq_label != NULL) { in mac_ipq_destroy()
177 mac_ipq_label_free(q->ipq_label); in mac_ipq_destroy()
178 q->ipq_label = NULL; in mac_ipq_destroy()
200 MAC_POLICY_PERFORM_NOSLEEP(ipq_reassemble, q, q->ipq_label, m, in mac_ipq_reassemble()
229 MAC_POLICY_PERFORM_NOSLEEP(ipq_create, m, label, q, q->ipq_label); in mac_ipq_create()
260 MAC_POLICY_BOOLEAN_NOSLEEP(ipq_match, &&, m, label, q, q->ipq_label); in mac_ipq_match()
348 MAC_POLICY_PERFORM_NOSLEEP(ipq_update, m, label, q, q->ipq_label); in mac_ipq_update()
/freebsd-11-stable/sys/netinet/
HDip_var.h65 struct label *ipq_label; /* MAC label */ member