Searched refs:bpf_test_sockopt (Results 1 – 1 of 1) sorted by relevance
243 static int bpf_test_sockopt(void *ctx, struct sock *sk) in bpf_test_sockopt() function352 nr_socket_post_create += !bpf_test_sockopt(sk, sk); in BPF_PROG()373 nr_listen += !(bpf_test_sockopt(skops, sk) || in skops_sockopt()378 nr_connect += !(bpf_test_sockopt(skops, sk) || in skops_sockopt()382 nr_active += !(bpf_test_sockopt(skops, sk) || in skops_sockopt()386 nr_passive += !(bpf_test_sockopt(skops, sk) || in skops_sockopt()