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

/macosx-10.10/xnu-2782.1.97/security/
H A Dmac_inet.c274 mac_inpcb_check_deliver(struct inpcb *inp, struct mbuf *m, int family, int type) function
H A Dmac_framework.h220 int mac_inpcb_check_deliver(struct inpcb *inp, struct mbuf *mbuf,
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Draw_ip.c245 if (mac_inpcb_check_deliver(last, n, AF_INET,
298 if (mac_inpcb_check_deliver(last, m, AF_INET, SOCK_RAW) != 0) {
H A Dudp_usrreq.c798 if (mac_inpcb_check_deliver(last, n, AF_INET, SOCK_DGRAM) != 0) {
H A Dtcp_input.c1940 if (mac_inpcb_check_deliver(inp, m, AF_INET, SOCK_STREAM))
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dudp6_usrreq.c213 if (mac_inpcb_check_deliver(last, n, AF_INET6, SOCK_DGRAM) != 0) {

Completed in 101 milliseconds