Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dmptcp.h35 #define MPTCP_PM_EV_FLAG_SERVER_SIDE _BITUL(1) macro
/linux/net/mptcp/
H A Dpm_netlink.c418 flags |= MPTCP_PM_EV_FLAG_SERVER_SIDE; in mptcp_event_created()
/linux/tools/testing/selftests/net/mptcp/
H A Dpm_nl_ctl.c202 if (flags & MPTCP_PM_EV_FLAG_SERVER_SIDE) in capture_events()