Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
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()
/Linux-v6.6/include/uapi/linux/
Dmptcp.h108 #define MPTCP_INFO_FLAG_FALLBACK _BITUL(0) macro
/Linux-v6.6/net/mptcp/
Dsockopt.c919 flags |= MPTCP_INFO_FLAG_FALLBACK; in mptcp_diag_fill_info()