Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dsetget_sockopt.c395 if (skops->args[1] == BPF_TCP_CLOSE_WAIT) in skops_sockopt()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6857 BPF_TCP_CLOSE_WAIT, enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6857 BPF_TCP_CLOSE_WAIT, enumerator
/openbmc/linux/net/ipv4/
H A Dtcp.c2617 BUILD_BUG_ON((int)BPF_TCP_CLOSE_WAIT != (int)TCP_CLOSE_WAIT); in tcp_set_state()