Searched refs:socket_proc (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/bsd/net/ |
| H A D | necp.c | 9792 …, soflow_direction_t override_direction, u_int32_t drop_order, proc_t *socket_proc, struct necp_so… in necp_socket_fillout_info_locked() argument 9864 if (socket_proc) { in necp_socket_fillout_info_locked() 9865 *socket_proc = sock_proc; in necp_socket_fillout_info_locked() 10608 proc_t __single socket_proc = NULL; in necp_socket_find_policy_match() local 10693 …addr, override_bound_interface, SOFLOW_DIRECTION_UNKNOWN, drop_order, &socket_proc, &info, (bypass… in necp_socket_find_policy_match() 10712 if (socket_proc) { in necp_socket_find_policy_match() 10713 proc_rele(socket_proc); in necp_socket_find_policy_match() 10734 proc_t __single effective_proc = socket_proc ? socket_proc : current_proc(); in necp_socket_find_policy_match() 10781 if (socket_proc) { in necp_socket_find_policy_match() 10782 proc_rele(socket_proc); in necp_socket_find_policy_match() [all …]
|