Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6863 BPF_TCP_MAX_STATES /* Leave at the end! */ enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6863 BPF_TCP_MAX_STATES /* Leave at the end! */ enumerator
/openbmc/linux/net/ipv4/
H A Dtcp.c2622 BUILD_BUG_ON((int)BPF_TCP_MAX_STATES != (int)TCP_MAX_STATES); in tcp_set_state()