Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_inet.c366 mac_inpcb_check_deliver(struct inpcb *inp, struct mbuf *m) in mac_inpcb_check_deliver() function
H A Dmac_framework.h201 int mac_inpcb_check_deliver(struct inpcb *inp, struct mbuf *m);
/freebsd/sys/netinet/
H A Draw_ip.c216 if (mac_inpcb_check_deliver(inp, m) != 0) in rip_append()
H A Dudp_usrreq.c275 if (mac_inpcb_check_deliver(inp, n) != 0) { in udp_append()
H A Dtcp_input.c1028 if (mac_inpcb_check_deliver(inp, m)) in tcp_input_with_port()
/freebsd/sys/netinet6/
H A Dudp6_usrreq.c181 if (mac_inpcb_check_deliver(inp, n) != 0) { in udp6_append()