Home
last modified time | relevance | path

Searched refs:TMPF_SENT_JOIN (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_var.h721 #define TMPF_SENT_JOIN 0x00002000 /* Sent Join */ macro
H A Dtcp_input.c4037 (tp->t_mpflags & TMPF_SENT_JOIN)) { in tcp_input()
4802 (tp->t_mpflags & TMPF_SENT_JOIN)) { in tcp_input()
4926 if (tp->t_mpflags & TMPF_SENT_JOIN) { in tcp_input()
H A Dmptcp_opt.c1141 tp->t_mpflags |= (TMPF_SENT_JOIN | TMPF_SND_JACK); in mptcp_do_mpjoin_opt()
H A Dmptcp_subr.c6069 tp->t_mpflags & TMPF_SENT_JOIN) { in mptcp_adj_mss()