Home
last modified time | relevance | path

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

/Linux-v5.10/net/mptcp/
Doptions.c222 mp_opt->family = MPTCP_ADDR_IPVERSION_4; in mptcp_parse_option()
233 mp_opt->family = MPTCP_ADDR_IPVERSION_4; in mptcp_parse_option()
246 if (mp_opt->family == MPTCP_ADDR_IPVERSION_4) { in mptcp_parse_option()
864 if (mp_opt->family == MPTCP_ADDR_IPVERSION_4) in add_addr_hmac_valid()
901 if (mp_opt.family == MPTCP_ADDR_IPVERSION_4) { in mptcp_incoming_options()
Dprotocol.h84 #define MPTCP_ADDR_IPVERSION_4 4 macro