Home
last modified time | relevance | path

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

/openbmc/linux/net/mptcp/
H A Dprotocol.h114 #define MPTCP_NOSPACE 1 macro
813 if (test_and_clear_bit(MPTCP_NOSPACE, &mptcp_sk(sk)->flags)) in mptcp_write_space()
H A Dprotocol.c1719 set_bit(MPTCP_NOSPACE, &mptcp_sk(sk)->flags); in mptcp_set_nospace()