Lines Matching refs:inp_socket
8475 so = inp->inp_socket; in necp_socket_fillout_info_locked()
8501 if (inp->inp_socket->so_flags1 & SOF1_CELLFALLBACK) { in necp_socket_fillout_info_locked()
8504 if (inp->inp_socket->so_flags1 & SOF1_KNOWN_TRACKER) { in necp_socket_fillout_info_locked()
8507 if (inp->inp_socket->so_flags1 & SOF1_APPROVED_APP_DOMAIN) { in necp_socket_fillout_info_locked()
8510 if (inp->inp_socket->so_flags1 & SOF1_INBOUND || override_is_inbound) { in necp_socket_fillout_info_locked()
8513 if (inp->inp_socket->so_options & SO_ACCEPTCONN || in necp_socket_fillout_info_locked()
8517 if (inp->inp_socket->so_options & SO_NOWAKEFROMSLEEP) { in necp_socket_fillout_info_locked()
9031 return inp->inp_socket->so_state & (SS_ISCONNECTING | SS_ISCONNECTED | SS_ISDISCONNECTING); in necp_socket_is_connected()
9116 so = inp->inp_socket; in necp_socket_find_policy_match()
9182 inp->inp_socket, info.bound_interface_index, info.protocol, in necp_socket_find_policy_match()
9323 …Interface %d Proto %d) Policy %d Skip %d Result %d Parameter %d", inp->inp_socket, info.bound_inte… in necp_socket_find_policy_match()
10446 bool qos_marking = inp->inp_socket->so_flags1 & SOF1_QOSMARKING_ALLOWED ? TRUE : FALSE; in necp_socket_update_qos_marking()
10451 if (inp->inp_socket == NULL) { in necp_socket_update_qos_marking()
10454 if ((inp->inp_socket->so_flags1 & SOF1_QOSMARKING_POLICY_OVERRIDE)) { in necp_socket_update_qos_marking()
10461 inp->inp_socket->so_flags1 |= SOF1_QOSMARKING_ALLOWED; in necp_socket_update_qos_marking()
10463 inp->inp_socket->so_flags1 &= ~SOF1_QOSMARKING_ALLOWED; in necp_socket_update_qos_marking()
11163 struct socket *so = inp->inp_socket; in necp_socket_is_allowed_to_send_recv_internal()
11264 inp->inp_socket, info.bound_interface_index, info.protocol, in necp_socket_is_allowed_to_send_recv_internal()
11347 …inp->inp_socket, info.bound_interface_index, info.protocol, matched_policy->id, matched_policy->re… in necp_socket_is_allowed_to_send_recv_internal()
11405 soevent(inp->inp_socket, (SO_FILT_HINT_LOCKED | SO_FILT_HINT_IFDENIED)); in necp_socket_is_allowed_to_send_recv_internal()
11670 return !(inp->inp_socket->so_flags1 & SOF1_FLOW_DIVERT_SKIP) && in necp_socket_should_use_flow_divert()
11682 if (inp->inp_socket->so_flags1 & SOF1_FLOW_DIVERT_SKIP) { in necp_socket_get_flow_divert_control_unit()