Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmptcp.c25 #ifndef MPTCP_INFO_FLAG_FALLBACK
26 #define MPTCP_INFO_FLAG_FALLBACK _BITUL(0) macro
257 if (!ASSERT_FALSE(info.mptcpi_flags & MPTCP_INFO_FLAG_FALLBACK, in verify_mptcpify()
/openbmc/linux/include/uapi/linux/
H A Dmptcp.h108 #define MPTCP_INFO_FLAG_FALLBACK _BITUL(0) macro
/openbmc/linux/net/mptcp/
H A Dsockopt.c949 flags |= MPTCP_INFO_FLAG_FALLBACK; in mptcp_diag_fill_info()