Home
last modified time | relevance | path

Searched refs:BPF_SOCK_OPS_TCP_LISTEN_CB (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/samples/bpf/
H A Dtcp_tos_reflect_kern.c41 case BPF_SOCK_OPS_TCP_LISTEN_CB: in bpf_basertt()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcpnotify_kern.c54 case BPF_SOCK_OPS_TCP_LISTEN_CB: in bpf_testcb()
H A Dtest_tcpbpf_kern.c152 case BPF_SOCK_OPS_TCP_LISTEN_CB: in bpf_testcb()
H A Dtest_misc_tcp_hdr_options.c306 case BPF_SOCK_OPS_TCP_LISTEN_CB: in misc_estab()
H A Dsetget_sockopt.c373 case BPF_SOCK_OPS_TCP_LISTEN_CB: in skops_sockopt()
H A Dtest_tcp_hdr_options.c603 case BPF_SOCK_OPS_TCP_LISTEN_CB: in estab()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtcpbpf_user.c20 (1 << BPF_SOCK_OPS_TCP_LISTEN_CB)); in verify_result()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6780 BPF_SOCK_OPS_TCP_LISTEN_CB, /* Called on listen(2), right after enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6780 BPF_SOCK_OPS_TCP_LISTEN_CB, /* Called on listen(2), right after enumerator
/openbmc/linux/net/core/
H A Dsock_map.c522 ops->op == BPF_SOCK_OPS_TCP_LISTEN_CB; in sock_map_op_okay()
/openbmc/linux/net/ipv4/
H A Daf_inet.c221 tcp_call_bpf(sk, BPF_SOCK_OPS_TCP_LISTEN_CB, 0, NULL); in __inet_listen_sk()