Searched refs:tptomptp (Results 1 – 10 of 10) sorted by relevance
| /xnu-8792.61.2/bsd/netinet/ |
| H A D | mptcp_opt.c | 71 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() 897 struct mptcb *mp_tp = tptomptp(tp); in mptcp_sanitize_option() 949 struct mptcb *mp_tp = tptomptp(tp); in mptcp_do_mpcapable_opt() [all …]
|
| H A D | tcp_timer.c | 625 mp_so = mptetoso(tptomptp(tp)->mpt_mpte); in tcp_garbage_collect() 643 tptomptp(tp)->mpt_mpte->mpte_mppcb->mpp_inside++; in tcp_garbage_collect() 745 mptcp_subflow_del(tptomptp(tp)->mpt_mpte, tp->t_mpsub); in tcp_garbage_collect() 1160 struct mptses *mpte = tptomptp(tp)->mpt_mpte; in tcp_timers() 1464 struct mptcb *mp_tp = tptomptp(tp); in tcp_timers() 1644 struct mptses *mpte = tptomptp(tp)->mpt_mpte; in tcp_timers()
|
| H A D | mptcp.c | 1102 struct mptcb *mp_tp = tptomptp(tp); in mptcp_update_dss_rcv_state() 1158 … __func__, (unsigned long)VM_KERNEL_ADDRPERM(tptomptp(tp)->mpt_mpte), m->m_pkthdr.len, datalen); in mptcp_validate_dss_map() 1184 struct mptcb *mp_tp = tptomptp(tp); in mptcp_input_csum()
|
| H A D | tcp_cache.c | 583 uint8_t version = tptomptp(tp)->mpt_version; in tcp_cache_update_mptcp_version() 1275 (tptomptp(tp)->mpt_mpte->mpte_flags & MPTE_FORCE_ENABLE)) { in tcp_heuristic_do_mptcp() 1316 if (tptomptp(tp)->mpt_mpte->mpte_flags & MPTE_FIRSTPARTY) { in tcp_heuristic_do_mptcp()
|
| H A D | tcp_output.c | 323 (tptomptp(tp)->mpt_mpte->mpte_flags & MPTE_FORCE_ENABLE))) { in tcp_tfo_check() 1311 struct mptcb *mp_tp = tptomptp(tp); in tcp_output() 1378 struct mptcb *mp_tp = tptomptp(tp); in tcp_output() 1423 struct mptcb *mp_tp = tptomptp(tp); in tcp_output() 2547 struct mptcb *mp_tp = tptomptp(tp); in tcp_output()
|
| H A D | mptcp_var.h | 457 tptomptp(struct tcpcb *tp) in tptomptp() function
|
| H A D | mptcp_subr.c | 1419 mpte = tptomptp(sototcpcb(so))->mpt_mpte; in mptcp_subflow_necp_cb() 2006 mpte = tptomptp(sototcpcb(so))->mpt_mpte; in mptcp_subflow_soreceive() 2338 struct socket *mp_so = mptetoso(tptomptp(sototcpcb(so))->mpt_mpte); in mptcp_subflow_sosend() 3542 struct mptcb *mp_tp = tptomptp(tp); in mptcp_reinject_mbufs() 5409 struct mptcb *mp_tp = tptomptp(sototcpcb(so)); in mptcp_fallback_sbdrop() 6009 struct mptcb *mp_tp = tptomptp(tp); in mptcp_adj_mss()
|
| H A D | tcp_subr.c | 3202 struct mptcb *mp_tp = tptomptp(sototcpcb(so)); in tcp_lock() 3283 struct mptcb *mp_tp = tptomptp(sototcpcb(so)); in tcp_unlock() 3310 struct mptcb *mp_tp = tptomptp(sototcpcb(so)); in tcp_getlock() 3368 return mptcp_sbspace(tptomptp(tp)); in tcp_sbspace()
|
| H A D | tcp_input.c | 3268 if ((tp->t_mpflags & TMPF_MPTCP_TRUE) && (mp_tp = tptomptp(tp))) { in tcp_input() 4267 …if ((so->so_flags & SOF_MP_SUBFLOW) && (mptetoso(tptomptp(tp)->mpt_mpte)->so_state & SS_NOFDREF) && in tcp_input() 5550 mptcp_input(tptomptp(tp)->mpt_mpte, m); in tcp_input()
|
| /xnu-8792.61.2/bsd/kern/ |
| H A D | uipc_socket2.c | 1612 mptcp_input(tptomptp(sototcpcb(so))->mpt_mpte, m); in sbappendmptcpstream_rcv()
|