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

Function mac_ip6q_create

freebsd/security/mac/mac_inet6.c:130–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void
131mac_ip6q_create(struct mbuf *m, struct ip6q *q6)
132{
133 struct label *label;
134
135 if (mac_policy_count == 0)
136 return;
137
138 label = mac_mbuf_to_label(m);
139
140 MAC_POLICY_PERFORM_NOSLEEP(ip6q_create, m, label, q6,
141 q6->ip6q_label);
142}
143
144int
145mac_ip6q_match(struct mbuf *m, struct ip6q *q6)

Callers 1

frag6_inputFunction · 0.85

Calls 1

mac_mbuf_to_labelFunction · 0.85

Tested by

no test coverage detected