Home
last modified time | relevance | path

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

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