Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/samples/bpf/
H A Dtcp_cong_kern.c55 case BPF_SOCK_OPS_NEEDS_ECN: in bpf_cong()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dtest_tcpnotify_kern.c49 case BPF_SOCK_OPS_NEEDS_ECN: in bpf_testcb()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_tcpbpf_user.c43 (1 << BPF_SOCK_OPS_NEEDS_ECN) | in verify_result()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbpf.h2785 BPF_SOCK_OPS_NEEDS_ECN, /* If connection's congestion control enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbpf.h2785 BPF_SOCK_OPS_NEEDS_ECN, /* If connection's congestion control enumerator
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4644 BPF_SOCK_OPS_NEEDS_ECN, /* If connection's congestion control enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4644 BPF_SOCK_OPS_NEEDS_ECN, /* If connection's congestion control enumerator
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h2353 return (tcp_call_bpf(sk, BPF_SOCK_OPS_NEEDS_ECN, 0, NULL) == 1); in tcp_bpf_ca_needs_ecn()