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

Function mac_netinet_firewall_send

freebsd/security/mac/mac_inet.c:422–435  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420}
421
422void
423mac_netinet_firewall_send(struct mbuf *m)
424{
425 struct label *label;
426
427 M_ASSERTPKTHDR(m);
428
429 if (mac_policy_count == 0)
430 return;
431
432 label = mac_mbuf_to_label(m);
433
434 MAC_POLICY_PERFORM_NOSLEEP(netinet_firewall_send, m, label);
435}
436
437/*
438 * These functions really should be referencing the syncache structure

Callers 4

pf_send_tcpFunction · 0.85
ipfw_send_abortFunction · 0.85
ipfw_send_pktFunction · 0.85
dyn_mgethdrFunction · 0.85

Calls 1

mac_mbuf_to_labelFunction · 0.85

Tested by

no test coverage detected