Home
last modified time | relevance | path

Searched refs:BPF_SOCK_OPS_NEEDS_ECN (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/samples/bpf/
H A Dtcp_cong_kern.c55 case BPF_SOCK_OPS_NEEDS_ECN: in bpf_cong()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcpnotify_kern.c47 case BPF_SOCK_OPS_NEEDS_ECN: in bpf_testcb()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtcpbpf_user.c18 (1 << BPF_SOCK_OPS_NEEDS_ECN) | in verify_result()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6755 BPF_SOCK_OPS_NEEDS_ECN, /* If connection's congestion control enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6755 BPF_SOCK_OPS_NEEDS_ECN, /* If connection's congestion control enumerator
/openbmc/linux/include/net/
H A Dtcp.h2499 return (tcp_call_bpf(sk, BPF_SOCK_OPS_NEEDS_ECN, 0, NULL) == 1); in tcp_bpf_ca_needs_ecn()