Searched refs:tptomptp (Results 1 – 10 of 10) sorted by relevance
72 struct mptcb *mp_tp = tptomptp(tp); in mptcp_setup_first_subflow_syn_opts()154 mpjoin_req.mmjo_peer_token = tptomptp(tp)->mpt_remotetoken; in mptcp_setup_join_subflow_syn_opts()155 mptcp_get_rands(tp->t_local_aid, tptomptp(tp), in mptcp_setup_join_subflow_syn_opts()178 mptcp_get_mpjoin_hmac(tp->t_local_aid, tptomptp(tp), in mptcp_setup_join_ack_opts()209 mp_tp = tptomptp(tp); in mptcp_send_mpfail()247 mp_tp = tptomptp(tp); in mptcp_send_infinite_mapping()310 struct mptcb *mp_tp = tptomptp(tp); in mptcp_ok_to_fin()327 struct mptcb *mp_tp = tptomptp(tp); in mptcp_setup_opts()905 struct mptcb *mp_tp = tptomptp(tp); in mptcp_sanitize_option()936 struct mptcb *mp_tp = tptomptp(tp); in mptcp_do_mpcapable_opt()[all …]
636 mp_so = mptetoso(tptomptp(tp)->mpt_mpte); in tcp_garbage_collect()654 tptomptp(tp)->mpt_mpte->mpte_mppcb->mpp_inside++; in tcp_garbage_collect()756 mptcp_subflow_del(tptomptp(tp)->mpt_mpte, tp->t_mpsub); in tcp_garbage_collect()1150 struct mptses *mpte = tptomptp(tp)->mpt_mpte; in tcp_timers()1477 struct mptcb *mp_tp = tptomptp(tp); in tcp_timers()1627 struct mptses *mpte = tptomptp(tp)->mpt_mpte; in tcp_timers()
566 uint8_t version = tptomptp(tp)->mpt_version; in tcp_cache_update_mptcp_version()1194 (tptomptp(tp)->mpt_mpte->mpte_flags & MPTE_FORCE_ENABLE)) { in tcp_heuristic_do_mptcp()1235 if (tptomptp(tp)->mpt_mpte->mpte_flags & MPTE_FIRSTPARTY) { in tcp_heuristic_do_mptcp()
300 (tptomptp(tp)->mpt_mpte->mpte_flags & MPTE_FORCE_ENABLE))) { in tcp_tfo_check()1652 struct mptcb *mp_tp = tptomptp(tp); in tcp_output()1725 struct mptcb *mp_tp = tptomptp(tp); in tcp_output()1770 struct mptcb *mp_tp = tptomptp(tp); in tcp_output()2922 struct mptcb *mp_tp = tptomptp(tp); in tcp_output()
458 tptomptp(struct tcpcb *tp) in tptomptp() function
1113 struct mptcb *mp_tp = tptomptp(tp); in mptcp_update_dss_rcv_state()1160 struct mptcb *mp_tp = tptomptp(tp); in mptcp_input_csum()
1428 mpte = tptomptp(sototcpcb(so))->mpt_mpte; in mptcp_subflow_necp_cb()2024 mpte = tptomptp(sototcpcb(so))->mpt_mpte; in mptcp_subflow_soreceive()2377 struct socket *mp_so = mptetoso(tptomptp(sototcpcb(so))->mpt_mpte); in mptcp_subflow_sosend()3580 struct mptcb *mp_tp = tptomptp(tp); in mptcp_reinject_mbufs()5445 struct mptcb *mp_tp = tptomptp(sototcpcb(so)); in mptcp_fallback_sbdrop()6043 struct mptcb *mp_tp = tptomptp(tp); in mptcp_adj_mss()
3402 struct mptcb *mp_tp = tptomptp(sototcpcb(so)); in tcp_lock()3478 struct mptcb *mp_tp = tptomptp(sototcpcb(so)); in tcp_unlock()3505 struct mptcb *mp_tp = tptomptp(sototcpcb(so)); in tcp_getlock()3562 return mptcp_sbspace(tptomptp(tp)); in tcp_sbspace()
4042 if ((tp->t_mpflags & TMPF_MPTCP_TRUE) && (mp_tp = tptomptp(tp))) { in tcp_input()4724 …if ((so->so_flags & SOF_MP_SUBFLOW) && (mptetoso(tptomptp(tp)->mpt_mpte)->so_state & SS_NOFDREF) && in tcp_input()6122 mptcp_input(tptomptp(tp)->mpt_mpte, m); in tcp_input()
1619 mptcp_input(tptomptp(sototcpcb(so))->mpt_mpte, m); in sbappendmptcpstream_rcv()