Searched refs:socket_proc (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.140.69/bsd/net/ |
| H A D | necp.c | 9700 …, soflow_direction_t override_direction, u_int32_t drop_order, proc_t *socket_proc, struct necp_so… in necp_socket_fillout_info_locked() argument 9772 if (socket_proc) { in necp_socket_fillout_info_locked() 9773 *socket_proc = sock_proc; in necp_socket_fillout_info_locked() 10508 proc_t __single socket_proc = NULL; in necp_socket_find_policy_match() local 10593 …addr, override_bound_interface, SOFLOW_DIRECTION_UNKNOWN, drop_order, &socket_proc, &info, (bypass… in necp_socket_find_policy_match() 10612 if (socket_proc) { in necp_socket_find_policy_match() 10613 proc_rele(socket_proc); in necp_socket_find_policy_match() 10634 proc_t __single effective_proc = socket_proc ? socket_proc : current_proc(); in necp_socket_find_policy_match() 10683 if (socket_proc) { in necp_socket_find_policy_match() 10684 proc_rele(socket_proc); in necp_socket_find_policy_match() [all …]
|