Lines Matching refs:inp_socket
237 struct socket *so = tp->t_inpcb->inp_socket; in mptcp_send_infinite_mapping()
326 struct socket *so = inp->inp_socket; in mptcp_setup_opts()
1044 if (tp->t_inpcb->inp_socket != NULL) { in mptcp_do_mpjoin_opt()
1045 soevent(tp->t_inpcb->inp_socket, in mptcp_do_mpjoin_opt()
1121 tp->t_inpcb->inp_socket->so_flags1 |= in mptcp_data_ack_rcvd()
1154 sowwakeup(tp->t_inpcb->inp_socket); in mptcp_update_window_wakeup()
1189 mptcp_notify_mpready(tp->t_inpcb->inp_socket); in mptcp_do_dss_opt_ack_meat()
1191 mptcp_notify_close(tp->t_inpcb->inp_socket); in mptcp_do_dss_opt_ack_meat()
1517 if (tp->t_inpcb->inp_socket != NULL) { in mptcp_do_fastclose_opt()
1518 soevent(tp->t_inpcb->inp_socket, in mptcp_do_fastclose_opt()
1556 error = mptcp_get_map_for_dsn(tp->t_inpcb->inp_socket, in mptcp_do_mpfail_opt()
1562 mptcp_notify_mpfail(tp->t_inpcb->inp_socket); in mptcp_do_mpfail_opt()