Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dmptcp_opt.c903 mptcp_sanitize_option(struct tcpcb *tp, int mptcp_subtype) in mptcp_sanitize_option() argument
908 switch (mptcp_subtype) { in mptcp_sanitize_option()
925 (unsigned long)VM_KERNEL_ADDRPERM(mp_tp->mpt_mpte), mptcp_subtype); in mptcp_sanitize_option()
1814 int mptcp_subtype = 0; in tcp_do_mptcp_options() local
1831 mptcp_subtype = (cp[2] >> 4); in tcp_do_mptcp_options()
1833 if (mptcp_sanitize_option(tp, mptcp_subtype) == 0) { in tcp_do_mptcp_options()
1837 switch (mptcp_subtype) { in tcp_do_mptcp_options()