Lines Matching refs:inp_socket

582 	if (tp->t_inpcb->inp_socket->so_options & SO_NOWAKEFROMSLEEP) {  in add_to_time_wait()
583 socket_post_kev_msg_closed(tp->t_inpcb->inp_socket); in add_to_time_wait()
592 if ((tp->t_inpcb->inp_socket->so_flags & SOF_CONTENT_FILTER) != 0) { in add_to_time_wait()
594 (void) cfil_sock_tcp_add_time_wait(tp->t_inpcb->inp_socket); in add_to_time_wait()
608 socket_unlock(tp->t_inpcb->inp_socket, 0); in add_to_time_wait_now()
610 socket_lock(tp->t_inpcb->inp_socket, 0); in add_to_time_wait_now()
635 so = inp->inp_socket; in tcp_garbage_collect()
952 if (TCP_USE_RLEDBAT(tp, tp->t_inpcb->inp_socket) && in tcp_pmtud_revert_segment_size()
961 tcp_update_mss_locked(tp->t_inpcb->inp_socket, NULL); in tcp_pmtud_revert_segment_size()
1038 so = tp->t_inpcb->inp_socket; in tcp_timers()
1474 if (tp->t_inpcb->inp_socket->so_flags & SOF_FLOW_DIVERT) { in tcp_timers()
1499 (tp->t_inpcb->inp_socket->so_options & SO_KEEPALIVE) || in tcp_timers()
1823 (tp->t_inpcb->inp_socket->so_snd.sb_cc != 0 || tp->t_state == TCPS_SYN_SENT || in tcp_timers()
1901 socket_lock_assert_owned(tp->t_inpcb->inp_socket); in tcp_remove_timer()
2015 socket_lock(tp->t_inpcb->inp_socket, 1); in tcp_run_conn_timer()
2017 so = tp->t_inpcb->inp_socket; in tcp_run_conn_timer()
2206 socket_lock(tp->t_inpcb->inp_socket, 1); in tcp_run_timerlist()
2208 socket_unlock(tp->t_inpcb->inp_socket, 1); in tcp_run_timerlist()
2462 socket_lock_assert_owned(tp->t_inpcb->inp_socket); in tcp_check_timer_state()
2877 socket_lock(inp->inp_socket, 1); in tcp_probe_connectivity()
2882 socket_unlock(inp->inp_socket, 1); in tcp_probe_connectivity()
2892 socket_unlock(inp->inp_socket, 1); in tcp_probe_connectivity()
3016 so = inp->inp_socket; in tcp_itimer()