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 D | necp.h | 1454 extern bool necp_socket_is_allowed_to_send_recv(struct inpcb *inp, ifnet_t input_interface, u_int16…
|
| H A D | necp.c | 13187 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 D | tcp_usrreq.c | 446 if (!necp_socket_is_allowed_to_send_recv(sotoinpcb(so), NULL, 0, NULL, NULL, NULL, NULL)) { in tcp_connect_complete()
|
| H A D | tcp_output.c | 3092 …if (!necp_socket_is_allowed_to_send_recv(inp, NULL, 0, &policy_id, &route_rule_id, &skip_policy_id… in tcp_output()
|
| H A D | tcp_input.c | 2475 if (!necp_socket_is_allowed_to_send_recv(inp, ifp, pf_tag, NULL, NULL, NULL, NULL)) { in tcp_input()
|