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

/linux-master/samples/bpf/
H A Dtcp_tos_reflect_kern.c41 case BPF_SOCK_OPS_TCP_LISTEN_CB:
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tcpnotify_kern.c54 case BPF_SOCK_OPS_TCP_LISTEN_CB:
H A Dtest_tcpbpf_kern.c152 case BPF_SOCK_OPS_TCP_LISTEN_CB:
H A Dtest_misc_tcp_hdr_options.c306 case BPF_SOCK_OPS_TCP_LISTEN_CB:
H A Dtest_tcp_hdr_options.c603 case BPF_SOCK_OPS_TCP_LISTEN_CB:
H A Dsetget_sockopt.c373 case BPF_SOCK_OPS_TCP_LISTEN_CB:
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtcpbpf_user.c20 (1 << BPF_SOCK_OPS_TCP_LISTEN_CB));
/linux-master/include/uapi/linux/
H A Dbpf.h6935 BPF_SOCK_OPS_TCP_LISTEN_CB, /* Called on listen(2), right after enumerator in enum:__anon2689
/linux-master/tools/include/uapi/linux/
H A Dbpf.h6935 BPF_SOCK_OPS_TCP_LISTEN_CB, /* Called on listen(2), right after enumerator in enum:__anon3230
/linux-master/net/ipv4/
H A Daf_inet.c222 tcp_call_bpf(sk, BPF_SOCK_OPS_TCP_LISTEN_CB, 0, NULL);
/linux-master/net/core/
H A Dsock_map.c522 ops->op == BPF_SOCK_OPS_TCP_LISTEN_CB;

Completed in 334 milliseconds