Searched refs:BPF_SOCK_OPS_TCP_CONNECT_CB (Results 1 - 18 of 18) sorted by relevance

/linux-master/samples/bpf/
H A Dtcp_dumpstats_kern.c34 case BPF_SOCK_OPS_TCP_CONNECT_CB:
H A Dtcp_clamp_kern.c60 case BPF_SOCK_OPS_TCP_CONNECT_CB:
H A Dtcp_bufs_kern.c55 case BPF_SOCK_OPS_TCP_CONNECT_CB:
H A Dtcp_iw_kern.c56 case BPF_SOCK_OPS_TCP_CONNECT_CB:
/linux-master/tools/testing/selftests/bpf/progs/
H A Dsocket_cookie_prog.c60 if (ctx->op != BPF_SOCK_OPS_TCP_CONNECT_CB)
H A Dnetns_cookie_prog.c44 case BPF_SOCK_OPS_TCP_CONNECT_CB:
H A Dtcp_rtt.c39 if (op == BPF_SOCK_OPS_TCP_CONNECT_CB) {
H A Dtest_tcpnotify_kern.c53 case BPF_SOCK_OPS_TCP_CONNECT_CB:
H A Dmptcp_sock.c38 if (op != BPF_SOCK_OPS_TCP_CONNECT_CB)
H A Dcgrp_ls_attach_cgroup.c59 if (ctx->family != AF_INET6 || ctx->op != BPF_SOCK_OPS_TCP_CONNECT_CB)
H A Dtest_tcpbpf_kern.c99 case BPF_SOCK_OPS_TCP_CONNECT_CB:
H A Dtest_misc_tcp_hdr_options.c313 case BPF_SOCK_OPS_TCP_CONNECT_CB:
H A Dtest_tcp_hdr_options.c608 case BPF_SOCK_OPS_TCP_CONNECT_CB:
H A Dsetget_sockopt.c378 case BPF_SOCK_OPS_TCP_CONNECT_CB:
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtcpbpf_user.c15 (1 << BPF_SOCK_OPS_TCP_CONNECT_CB) |
/linux-master/include/uapi/linux/
H A Dbpf.h6899 BPF_SOCK_OPS_TCP_CONNECT_CB, /* Calls BPF program right before an enumerator in enum:__anon2689
/linux-master/tools/include/uapi/linux/
H A Dbpf.h6899 BPF_SOCK_OPS_TCP_CONNECT_CB, /* Calls BPF program right before an enumerator in enum:__anon3230
/linux-master/net/ipv4/
H A Dtcp_output.c4028 tcp_call_bpf(sk, BPF_SOCK_OPS_TCP_CONNECT_CB, 0, NULL);

Completed in 476 milliseconds