Home
last modified time | relevance | path

Searched refs:t_mpsub (Results 1 – 7 of 7) sorted by relevance

/xnu-8020.101.4/bsd/netinet/
H A Dmptcp_subr.c1572 tp->t_mpsub = mpts; in mptcp_subflow_attach()
1612 mpts = sototcpcb(so)->t_mpsub; in mptcp_subflow_necp_cb()
2043 struct mptsub *mpts = sototcpcb(so)->t_mpsub; in mptcp_adj_rmap()
2286 struct mptsub *mpts = sototcpcb(so)->t_mpsub; in mptcp_subflow_soreceive()
2800 tp->t_mpsub = NULL; in mptcp_subflow_del()
3004 mpts = sototcpcb(so)->t_mpsub; in mptcp_handle_input()
3670 struct mptsub *mpts = tp->t_mpsub; in mptcp_reinject_mbufs()
5858 struct mptsub *mpts = tp->t_mpsub; in mptcp_adj_sendlen()
7084 mpts = tp->t_mpsub; in mptcp_reset_rexmit_state()
7093 struct mptsub *mpts = tp->t_mpsub; in mptcp_reset_keepalive()
H A Dmptcp_opt.c136 mpts = tp->t_mpsub; in mptcp_setup_join_subflow_syn_opts()
292 infin_opt.mdss_subflow_seqn = tp->snd_una - tp->t_mpsub->mpts_iss; in mptcp_send_infinite_mapping()
H A Dtcp_timer.c744 mptcp_subflow_del(tptomptp(tp)->mpt_mpte, tp->t_mpsub); in tcp_garbage_collect()
2825 if (tp->t_mpsub) { in tcp_disable_read_probe()
H A Dtcp_var.h591 struct mptsub *t_mpsub; /* pointer to the MPTCP subflow */ member
H A Dtcp_output.c1210 __func__, (unsigned long)VM_KERNEL_ADDRPERM(tp->t_mpsub->mpts_mpte), in tcp_output()
H A Dtcp_usrreq.c2466 if (tp->t_mpsub) { in tcp_ctloutput()
H A Dtcp_input.c2826 if (tp->t_mpsub) { in tcp_input()