Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dmptcp_var.h442 #define MPTCPF_FALLBACK_HEURISTIC 0x100 /* Send SYN without MP_CAPABLE due to heuristic */ macro
H A Dmptcp_opt.c84 mp_tp->mpt_flags |= MPTCPF_FALLBACK_HEURISTIC; in mptcp_setup_first_subflow_syn_opts()
94 if (!(mp_tp->mpt_flags & (MPTCPF_FALLBACK_HEURISTIC | MPTCPF_HEURISTIC_TRAC))) { in mptcp_setup_first_subflow_syn_opts()