Home
last modified time | relevance | path

Searched refs:BPF_SOCK_OPS_TCP_CONNECT_CB (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/samples/bpf/
H A Dtcp_bufs_kern.c55 case BPF_SOCK_OPS_TCP_CONNECT_CB: in bpf_bufs()
H A Dtcp_dumpstats_kern.c34 case BPF_SOCK_OPS_TCP_CONNECT_CB: in _sockops()
H A Dtcp_iw_kern.c56 case BPF_SOCK_OPS_TCP_CONNECT_CB: in bpf_iw()
H A Dtcp_clamp_kern.c60 case BPF_SOCK_OPS_TCP_CONNECT_CB: in bpf_clamp()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dsocket_cookie_prog.c50 if (ctx->op != BPF_SOCK_OPS_TCP_CONNECT_CB) in update_cookie()
H A Dtcp_rtt.c40 if (op == BPF_SOCK_OPS_TCP_CONNECT_CB) { in _sockops()
H A Dtest_tcpnotify_kern.c55 case BPF_SOCK_OPS_TCP_CONNECT_CB: in bpf_testcb()
H A Dtest_misc_tcp_hdr_options.c309 case BPF_SOCK_OPS_TCP_CONNECT_CB: in misc_estab()
H A Dtest_tcp_hdr_options.c608 case BPF_SOCK_OPS_TCP_CONNECT_CB: in estab()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_tcpbpf_user.c40 (1 << BPF_SOCK_OPS_TCP_CONNECT_CB) | 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.h2774 BPF_SOCK_OPS_TCP_CONNECT_CB, /* Calls BPF program right before an 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.h2774 BPF_SOCK_OPS_TCP_CONNECT_CB, /* Calls BPF program right before an enumerator
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4633 BPF_SOCK_OPS_TCP_CONNECT_CB, /* Calls BPF program right before an enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4633 BPF_SOCK_OPS_TCP_CONNECT_CB, /* Calls BPF program right before an enumerator
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_output.c3845 tcp_call_bpf(sk, BPF_SOCK_OPS_TCP_CONNECT_CB, 0, NULL); in tcp_connect()