Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_var.h757 #define TMPF_SENT_JOIN 0x00002000 /* Sent Join */ macro
H A Dmptcp_opt.c1038 tp->t_mpflags |= (TMPF_SENT_JOIN | TMPF_SND_JACK); in mptcp_do_mpjoin_opt()
H A Dtcp_input.c4291 (tp->t_mpflags & TMPF_SENT_JOIN)) { in tcp_input()
4971 (tp->t_mpflags & TMPF_SENT_JOIN)) { in tcp_input()
5106 if (tp->t_mpflags & TMPF_SENT_JOIN) { in tcp_input()
H A Dmptcp_subr.c6077 tp->t_mpflags & TMPF_SENT_JOIN) { in mptcp_adj_mss()