Home
last modified time | relevance | path

Searched refs:TMPF_MPTCP_SIGNALS (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/bsd/netinet/ !
H A Dmptcp_opt.c351 u_int32_t old_mpt_flags = tp->t_mpflags & TMPF_MPTCP_SIGNALS; in mptcp_setup_opts()
885 u_int32_t new_mpt_flags = tp->t_mpflags & TMPF_MPTCP_SIGNALS; in mptcp_setup_opts()
903 tp->t_mpflags &= ~TMPF_MPTCP_SIGNALS; in mptcp_setup_opts()
H A Dtcp_var.h587 #define TMPF_MPTCP_SIGNALS (TMPF_SND_MPPRIO | TMPF_SND_REM_ADDR | TMPF_SND_MPFAIL | TMPF_SND_K… macro