Lines Matching refs:inp_socket
584 if (tp->t_inpcb->inp_socket->so_options & SO_NOWAKEFROMSLEEP) { in add_to_time_wait()
585 socket_post_kev_msg_closed(tp->t_inpcb->inp_socket); in add_to_time_wait()
594 socket_unlock(tp->t_inpcb->inp_socket, 0); in add_to_time_wait()
596 socket_lock(tp->t_inpcb->inp_socket, 0); in add_to_time_wait()
621 so = inp->inp_socket; in tcp_garbage_collect()
941 if (TCP_USE_RLEDBAT(tp, tp->t_inpcb->inp_socket) && in tcp_pmtud_revert_segment_size()
950 tcp_update_mss_locked(tp->t_inpcb->inp_socket, NULL); in tcp_pmtud_revert_segment_size()
1028 so = tp->t_inpcb->inp_socket; in tcp_timers()
1454 if (tp->t_inpcb->inp_socket->so_flags & SOF_FLOW_DIVERT) { in tcp_timers()
1479 (tp->t_inpcb->inp_socket->so_options & SO_KEEPALIVE) || in tcp_timers()
1803 (tp->t_inpcb->inp_socket->so_snd.sb_cc != 0 || tp->t_state == TCPS_SYN_SENT || in tcp_timers()
1868 if (tp->t_inpcb->inp_socket->so_options & SO_DEBUG) { in tcp_timers()
1882 socket_lock_assert_owned(tp->t_inpcb->inp_socket); in tcp_remove_timer()
2001 socket_lock(tp->t_inpcb->inp_socket, 1); in tcp_run_conn_timer()
2003 so = tp->t_inpcb->inp_socket; in tcp_run_conn_timer()
2454 socket_lock_assert_owned(tp->t_inpcb->inp_socket); in tcp_check_timer_state()
2869 socket_lock(inp->inp_socket, 1); in tcp_probe_connectivity()
2874 socket_unlock(inp->inp_socket, 1); in tcp_probe_connectivity()
2884 socket_unlock(inp->inp_socket, 1); in tcp_probe_connectivity()
3008 so = inp->inp_socket; in tcp_itimer()