Searched refs:mac_inpcb_check_deliver (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/security/mac/
H A Dmac_inet.c356 mac_inpcb_check_deliver(struct inpcb *inp, struct mbuf *m) function
H A Dmac_framework.h156 int mac_inpcb_check_deliver(struct inpcb *inp, struct mbuf *m);
/freebsd-9.3-release/sys/netinet/
H A Draw_ip.c242 if (!policyfail && mac_inpcb_check_deliver(last, n) != 0)
H A Dudp_usrreq.c295 if (mac_inpcb_check_deliver(inp, n) != 0) {
H A Dtcp_input.c1035 if (mac_inpcb_check_deliver(inp, m))
/freebsd-9.3-release/sys/netinet6/
H A Dudp6_usrreq.c149 if (mac_inpcb_check_deliver(inp, n) != 0) {

Completed in 177 milliseconds