Searched refs:BPF_SOCK_OPS_TCP_CONNECT_CB (Results 1 – 13 of 13) sorted by relevance
55 case BPF_SOCK_OPS_TCP_CONNECT_CB: in bpf_bufs()
34 case BPF_SOCK_OPS_TCP_CONNECT_CB: in _sockops()
56 case BPF_SOCK_OPS_TCP_CONNECT_CB: in bpf_iw()
60 case BPF_SOCK_OPS_TCP_CONNECT_CB: in bpf_clamp()
50 if (ctx->op != BPF_SOCK_OPS_TCP_CONNECT_CB) in update_cookie()
40 if (op == BPF_SOCK_OPS_TCP_CONNECT_CB) { in _sockops()
55 case BPF_SOCK_OPS_TCP_CONNECT_CB: in bpf_testcb()
309 case BPF_SOCK_OPS_TCP_CONNECT_CB: in misc_estab()
608 case BPF_SOCK_OPS_TCP_CONNECT_CB: in estab()
40 (1 << BPF_SOCK_OPS_TCP_CONNECT_CB) | in verify_result()
4632 BPF_SOCK_OPS_TCP_CONNECT_CB, /* Calls BPF program right before an enumerator
3827 tcp_call_bpf(sk, BPF_SOCK_OPS_TCP_CONNECT_CB, 0, NULL); in tcp_connect()