Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtcp_rtt.c39 if (op == BPF_SOCK_OPS_TCP_CONNECT_CB) { in _sockops()
H A Dnetns_cookie_prog.c44 case BPF_SOCK_OPS_TCP_CONNECT_CB: in get_netns_cookie_sockops()
H A Dsocket_cookie_prog.c60 if (ctx->op != BPF_SOCK_OPS_TCP_CONNECT_CB) in update_cookie_sockops()
H A Dtest_tcpnotify_kern.c53 case BPF_SOCK_OPS_TCP_CONNECT_CB: in bpf_testcb()
H A Dmptcp_sock.c38 if (op != BPF_SOCK_OPS_TCP_CONNECT_CB) in _sockops()
H A Dcgrp_ls_attach_cgroup.c59 if (ctx->family != AF_INET6 || ctx->op != BPF_SOCK_OPS_TCP_CONNECT_CB) in update_cookie_sockops()
H A Dtest_tcpbpf_kern.c99 case BPF_SOCK_OPS_TCP_CONNECT_CB: in bpf_testcb()
H A Dtest_misc_tcp_hdr_options.c313 case BPF_SOCK_OPS_TCP_CONNECT_CB: in misc_estab()
H A Dsetget_sockopt.c378 case BPF_SOCK_OPS_TCP_CONNECT_CB: in skops_sockopt()
H A Dtest_tcp_hdr_options.c608 case BPF_SOCK_OPS_TCP_CONNECT_CB: in estab()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtcpbpf_user.c15 (1 << BPF_SOCK_OPS_TCP_CONNECT_CB) | in verify_result()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6744 BPF_SOCK_OPS_TCP_CONNECT_CB, /* Calls BPF program right before an enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6744 BPF_SOCK_OPS_TCP_CONNECT_CB, /* Calls BPF program right before an enumerator
/openbmc/linux/net/ipv4/
H A Dtcp_output.c3960 tcp_call_bpf(sk, BPF_SOCK_OPS_TCP_CONNECT_CB, 0, NULL); in tcp_connect()