Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ mac_ipq_label_free
Function
mac_ipq_label_free
freebsd/security/mac/mac_inet.c:164–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
}
163
164
static void
165
mac_ipq_label_free(struct label *label)
166
{
167
168
MAC_POLICY_PERFORM_NOSLEEP(ipq_destroy_label, label);
169
mac_labelzone_free(label);
170
}
171
172
void
173
mac_ipq_destroy(struct ipq *q)
Callers
1
mac_ipq_destroy
Function · 0.85
Calls
1
mac_labelzone_free
Function · 0.85
Tested by
no test coverage detected