Searched refs:sototcpcb (Results 1 – 12 of 12) sorted by relevance
400 sototcpcb(mpts->mpts_socket)->t_state, mpts->mpts_flags); in mptcpstats_get_index()809 if (sototcpcb(mpts->mpts_socket)->t_state == TCPS_CLOSED) { in mptcp_subflow_disconnecting()934 struct tcpcb *tp = sototcpcb(mpts->mpts_socket); in mptcp_check_subflows_and_add()986 mpts->mpts_flags, sototcpcb(mpts->mpts_socket)->t_state); in mptcp_check_subflows_and_add()1153 tp = sototcpcb(so); in mptcp_pure_handover_subflows_remove()1210 tp = sototcpcb(so); in mptcp_handover_subflows_remove()1551 struct tcpcb *tp = sototcpcb(so); in mptcp_subflow_attach()1611 mpte = tptomptp(sototcpcb(so))->mpt_mpte; in mptcp_subflow_necp_cb()1612 mpts = sototcpcb(so)->t_mpsub; in mptcp_subflow_necp_cb()2013 mpts->mpts_iss = sototcpcb(so)->iss; in mptcp_subflow_soconnectx()[all …]
782 struct tcpcb *tp = sototcpcb(mpts->mpts_socket); in mptcp_choose_subflow()791 sototcpcb(curbest->mpts_socket)->t_rxtshift)) { in mptcp_choose_subflow()800 sototcpcb(curbest->mpts_socket)->t_rxtshift && in mptcp_choose_subflow()822 struct tcpcb *tp = sototcpcb(mpts->mpts_socket); in mptcp_subflow_is_slow()853 struct tcpcb *tp = sototcpcb(so); in mptcp_get_subflow()928 besttp = sototcpcb(best->mpts_socket); in mptcp_get_subflow()930 secondtp = sototcpcb(second_best->mpts_socket); in mptcp_get_subflow()1013 secondtp = sototcpcb(second_best->mpts_socket); in mptcp_get_subflow()
189 tp = sototcpcb(so); in tcp_usr_attach()420 struct tcpcb *tp = sototcpcb(so); in tcp_connect_complete()554 sototcpcb(so)->t_flagsext |= TF_FASTOPEN; in tcp_usr_connectx_common()1313 error = tcp_output(sototcpcb(so)); in tcp_usr_preconnect()2064 tcp_fill_info(sototcpcb(so), &tcp_ci->tcpci_tcp_info); in tcp_getconninfo()
210 struct tcpcb *tp = sototcpcb(so); in mptcp_subflow_cwnd_space()
586 struct tcpcb *tp = sototcpcb(inp->inp_socket); in inpcb_get_if_ports_used()
1963 acttp = sototcpcb(actsub->mpts_socket); in mptcp_fill_info()2340 error = tcp_output(sototcpcb(so)); in mptcp_usr_preconnect()
3185 struct mptcb *mp_tp = tptomptp(sototcpcb(so)); in tcp_lock()3266 struct mptcb *mp_tp = tptomptp(sototcpcb(so)); in tcp_unlock()3293 struct mptcb *mp_tp = tptomptp(sototcpcb(so)); in tcp_getlock()
826 #define sototcpcb(so) (intotcpcb(sotoinpcb(so))) macro
70 struct tcpcb *tp = sototcpcb(so); in mptcp_setup_first_subflow_syn_opts()
5658 struct tcpcb *tp = sototcpcb(so); in tcp_pulloutofband()6633 tp = sototcpcb(so); in tcp_dropdropablreq()
3897 struct tcpcb *tp = sototcpcb(so); in flow_divert_token_set()
1610 mptcp_input(tptomptp(sototcpcb(so))->mpt_mpte, m); in sbappendmptcpstream_rcv()