MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mac_ipq_destroy

Function mac_ipq_destroy

freebsd/security/mac/mac_inet.c:172–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void
173mac_ipq_destroy(struct ipq *q)
174{
175
176 if (q->ipq_label != NULL) {
177 mac_ipq_label_free(q->ipq_label);
178 q->ipq_label = NULL;
179 }
180}
181
182void
183mac_inpcb_create(struct socket *so, struct inpcb *inp)

Callers 1

ip_reassFunction · 0.85

Calls 1

mac_ipq_label_freeFunction · 0.85

Tested by

no test coverage detected