Home
last modified time | relevance | path

Searched refs:TOF_MPTCP (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_var.h1076 #define TOF_MPTCP 0x0200 /* MPTCP options to be dropped */ macro
H A Dmptcp_opt.c1862 to->to_flags |= TOF_MPTCP; in tcp_do_mptcp_options()
H A Dtcp_input.c5177 if (to.to_flags & TOF_MPTCP) { in tcp_input()