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

/xnu-2422.115.4/bsd/netinet/
H A Dmptcp_opt.c519 (tp->t_mpflags & TMPF_SENT_JOIN) &&
1230 tp->t_mpflags |= TMPF_SENT_JOIN;
H A Dtcp_var.h443 #define TMPF_SENT_JOIN 0x00002000 /* Sent Join */ macro
H A Dtcp_input.c2830 (tp->t_mpflags & TMPF_SENT_JOIN)) {
3297 (tp->t_mpflags & TMPF_SENT_JOIN)) {
3339 if (tp->t_mpflags & TMPF_SENT_JOIN) {
H A Dmptcp_subr.c4509 (tp->t_mpflags & TMPF_SENT_JOIN)) {

Completed in 56 milliseconds