Home
last modified time | relevance | path

Searched refs:TCP_MAX_STATES (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/net/
H A Dtcp_states.h27 TCP_MAX_STATES /* Leave at the end! */ enumerator
/linux-6.15/include/linux/
H A Ddccp.h48 DCCP_PARTOPEN = TCP_MAX_STATES,
/linux-6.15/tools/testing/selftests/net/tcp_ao/lib/
H A Drepair.c39 TCP_MAX_STATES /* Leave at the end! */ enumerator
/linux-6.15/net/ipv4/
H A Dtcp.c2919 BUILD_BUG_ON((int)BPF_TCP_MAX_STATES != (int)TCP_MAX_STATES); in tcp_set_state()