Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dnecp.c9803 …, soflow_direction_t override_direction, u_int32_t drop_order, proc_t *socket_proc, struct necp_so… in necp_socket_fillout_info_locked() argument
9875 if (socket_proc) { in necp_socket_fillout_info_locked()
9876 *socket_proc = sock_proc; in necp_socket_fillout_info_locked()
10619 proc_t __single socket_proc = NULL; in necp_socket_find_policy_match() local
10704 …addr, override_bound_interface, SOFLOW_DIRECTION_UNKNOWN, drop_order, &socket_proc, &info, (bypass… in necp_socket_find_policy_match()
10723 if (socket_proc) { in necp_socket_find_policy_match()
10724 proc_rele(socket_proc); in necp_socket_find_policy_match()
10745 proc_t __single effective_proc = socket_proc ? socket_proc : current_proc(); in necp_socket_find_policy_match()
10792 if (socket_proc) { in necp_socket_find_policy_match()
10793 proc_rele(socket_proc); in necp_socket_find_policy_match()
[all …]