Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_var.h574 #define TMPF_SENT_JOIN 0x00002000 /* Sent Join */ macro
H A Dtcp_input.c3563 (tp->t_mpflags & TMPF_SENT_JOIN)) { in tcp_input()
4232 (tp->t_mpflags & TMPF_SENT_JOIN)) { in tcp_input()
4345 if (tp->t_mpflags & TMPF_SENT_JOIN) { in tcp_input()
H A Dmptcp_opt.c1085 tp->t_mpflags |= (TMPF_SENT_JOIN | TMPF_SND_JACK); in mptcp_do_mpjoin_opt()
H A Dmptcp_subr.c6202 tp->t_mpflags & TMPF_SENT_JOIN) { in mptcp_adj_mss()