Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dmptcp.c30 #ifndef MPTCP_INFO_FLAG_FALLBACK
31 #define MPTCP_INFO_FLAG_FALLBACK _BITUL(0) macro
255 if (!ASSERT_FALSE(info.mptcpi_flags & MPTCP_INFO_FLAG_FALLBACK, in verify_mptcpify()
/linux-6.15/include/uapi/linux/
H A Dmptcp.h31 #define MPTCP_INFO_FLAG_FALLBACK _BITUL(0) macro
/linux-6.15/net/mptcp/
H A Dsockopt.c965 flags |= MPTCP_INFO_FLAG_FALLBACK; in mptcp_diag_fill_info()