Home
last modified time | relevance | path

Searched refs:necp_socket_is_allowed_to_send_recv (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.140.69/bsd/net/
H A Dnecp.h1454 extern bool necp_socket_is_allowed_to_send_recv(struct inpcb *inp, ifnet_t input_interface, u_int16…
H A Dnecp.c13187 necp_socket_is_allowed_to_send_recv(struct inpcb *inp, ifnet_t input_interface, u_int16_t pf_tag, n… in necp_socket_is_allowed_to_send_recv() function
/xnu-11417.140.69/bsd/netinet/
H A Dtcp_usrreq.c446 if (!necp_socket_is_allowed_to_send_recv(sotoinpcb(so), NULL, 0, NULL, NULL, NULL, NULL)) { in tcp_connect_complete()
H A Dtcp_output.c3092 …if (!necp_socket_is_allowed_to_send_recv(inp, NULL, 0, &policy_id, &route_rule_id, &skip_policy_id… in tcp_output()
H A Dtcp_input.c2475 if (!necp_socket_is_allowed_to_send_recv(inp, ifp, pf_tag, NULL, NULL, NULL, NULL)) { in tcp_input()