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

/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_inet.c276 mac_inpcb_check_deliver(struct inpcb *inp, struct mbuf *m, int family, int type) function
H A Dmac_framework.h208 int mac_inpcb_check_deliver(struct inpcb *inp, struct mbuf *mbuf,
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Draw_ip.c234 if (mac_inpcb_check_deliver(last, n, AF_INET,
282 if (mac_inpcb_check_deliver(last, m, AF_INET, SOCK_RAW) != 0)
H A Dudp_usrreq.c727 if (mac_inpcb_check_deliver(last, n, AF_INET, SOCK_DGRAM) != 0) {
H A Dtcp_input.c978 if (mac_inpcb_check_deliver(inp, m, AF_INET, SOCK_STREAM))
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dudp6_usrreq.c171 if (mac_inpcb_check_deliver(last, n, AF_INET6, SOCK_DGRAM) != 0) {

Completed in 119 milliseconds