Home
last modified time | relevance | path

Searched refs:MPTCP_PM_WORK_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/mptcp/
H A Dprotocol.h203 #define MPTCP_PM_WORK_MASK ((1 << MPTCP_PM_ALREADY_ESTABLISHED) - 1) macro
H A Dpm_netlink.c868 if (!(pm->status & MPTCP_PM_WORK_MASK)) in mptcp_pm_nl_work()