Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac/
H A Dmac_inet.c357 mac_inpcb_check_deliver(struct inpcb *inp, struct mbuf *m) in mac_inpcb_check_deliver() function
H A Dmac_framework.h156 int mac_inpcb_check_deliver(struct inpcb *inp, struct mbuf *m);
/f-stack/freebsd/netinet/
H A Draw_ip.c249 if (!policyfail && mac_inpcb_check_deliver(last, n) != 0) in rip_append()
H A Dudp_usrreq.c342 if (mac_inpcb_check_deliver(inp, n) != 0) { in udp_append()
H A Dtcp_input.c1021 if (mac_inpcb_check_deliver(inp, m)) in tcp_input()
/f-stack/freebsd/netinet6/
H A Dudp6_usrreq.c174 if (mac_inpcb_check_deliver(inp, n) != 0) { in udp6_append()