Home
last modified time | relevance | path

Searched refs:tptomptp (Results 1 – 10 of 10) sorted by relevance

/xnu-11215.61.5/bsd/netinet/
H A Dmptcp_opt.c71 struct mptcb *mp_tp = tptomptp(tp); in mptcp_setup_first_subflow_syn_opts()
153 mpjoin_req.mmjo_peer_token = tptomptp(tp)->mpt_remotetoken; in mptcp_setup_join_subflow_syn_opts()
154 mptcp_get_rands(tp->t_local_aid, tptomptp(tp), in mptcp_setup_join_subflow_syn_opts()
177 mptcp_get_mpjoin_hmac(tp->t_local_aid, tptomptp(tp), in mptcp_setup_join_ack_opts()
208 mp_tp = tptomptp(tp); in mptcp_send_mpfail()
246 mp_tp = tptomptp(tp); in mptcp_send_infinite_mapping()
309 struct mptcb *mp_tp = tptomptp(tp); in mptcp_ok_to_fin()
326 struct mptcb *mp_tp = tptomptp(tp); in mptcp_setup_opts()
904 struct mptcb *mp_tp = tptomptp(tp); in mptcp_sanitize_option()
956 struct mptcb *mp_tp = tptomptp(tp); in mptcp_do_mpcapable_opt()
[all …]
H A Dtcp_timer.c639 mp_so = mptetoso(tptomptp(tp)->mpt_mpte); in tcp_garbage_collect()
657 tptomptp(tp)->mpt_mpte->mpte_mppcb->mpp_inside++; in tcp_garbage_collect()
759 mptcp_subflow_del(tptomptp(tp)->mpt_mpte, tp->t_mpsub); in tcp_garbage_collect()
1171 struct mptses *mpte = tptomptp(tp)->mpt_mpte; in tcp_timers()
1485 struct mptcb *mp_tp = tptomptp(tp); in tcp_timers()
1664 struct mptses *mpte = tptomptp(tp)->mpt_mpte; in tcp_timers()
H A Dtcp_cache.c586 uint8_t version = tptomptp(tp)->mpt_version; in tcp_cache_update_mptcp_version()
1280 (tptomptp(tp)->mpt_mpte->mpte_flags & MPTE_FORCE_ENABLE)) { in tcp_heuristic_do_mptcp()
1321 if (tptomptp(tp)->mpt_mpte->mpte_flags & MPTE_FIRSTPARTY) { in tcp_heuristic_do_mptcp()
H A Dtcp_output.c325 (tptomptp(tp)->mpt_mpte->mpte_flags & MPTE_FORCE_ENABLE))) { in tcp_tfo_check()
1388 struct mptcb *mp_tp = tptomptp(tp); in tcp_output()
1461 struct mptcb *mp_tp = tptomptp(tp); in tcp_output()
1506 struct mptcb *mp_tp = tptomptp(tp); in tcp_output()
2751 struct mptcb *mp_tp = tptomptp(tp); in tcp_output()
H A Dmptcp_var.h455 tptomptp(struct tcpcb *tp) in tptomptp() function
H A Dmptcp.c1103 struct mptcb *mp_tp = tptomptp(tp); in mptcp_update_dss_rcv_state()
1148 struct mptcb *mp_tp = tptomptp(tp); in mptcp_input_csum()
H A Dmptcp_subr.c1422 mpte = tptomptp(sototcpcb(so))->mpt_mpte; in mptcp_subflow_necp_cb()
2010 mpte = tptomptp(sototcpcb(so))->mpt_mpte; in mptcp_subflow_soreceive()
2352 struct socket *mp_so = mptetoso(tptomptp(sototcpcb(so))->mpt_mpte); in mptcp_subflow_sosend()
3553 struct mptcb *mp_tp = tptomptp(tp); in mptcp_reinject_mbufs()
5428 struct mptcb *mp_tp = tptomptp(sototcpcb(so)); in mptcp_fallback_sbdrop()
6026 struct mptcb *mp_tp = tptomptp(tp); in mptcp_adj_mss()
H A Dtcp_subr.c3256 struct mptcb *mp_tp = tptomptp(sototcpcb(so)); in tcp_lock()
3337 struct mptcb *mp_tp = tptomptp(sototcpcb(so)); in tcp_unlock()
3364 struct mptcb *mp_tp = tptomptp(sototcpcb(so)); in tcp_getlock()
3421 return mptcp_sbspace(tptomptp(tp)); in tcp_sbspace()
H A Dtcp_input.c3471 if ((tp->t_mpflags & TMPF_MPTCP_TRUE) && (mp_tp = tptomptp(tp))) { in tcp_input()
4419 …if ((so->so_flags & SOF_MP_SUBFLOW) && (mptetoso(tptomptp(tp)->mpt_mpte)->so_state & SS_NOFDREF) && in tcp_input()
5879 mptcp_input(tptomptp(tp)->mpt_mpte, m); in tcp_input()
/xnu-11215.61.5/bsd/kern/
H A Duipc_socket2.c1656 mptcp_input(tptomptp(sototcpcb(so))->mpt_mpte, m); in sbappendmptcpstream_rcv()