Searched refs:selected_sk (Results 1 – 4 of 4) sorted by relevance
1361 struct sock *selected_sk; member1403 _ctx->selected_sk = _selected_sk; \1407 if (_ret == SK_PASS && _ctx->selected_sk) { \1409 _selected_sk = _ctx->selected_sk; \1416 _ctx->selected_sk = _selected_sk; \1428 struct sock *selected_sk = NULL; in bpf_sk_lookup_run_v4() local1447 selected_sk = ctx.selected_sk; in bpf_sk_lookup_run_v4()1450 selected_sk = ERR_PTR(-ECONNREFUSED); in bpf_sk_lookup_run_v4()1454 *psk = selected_sk; in bpf_sk_lookup_run_v4()1467 struct sock *selected_sk = NULL; in bpf_sk_lookup_run_v6() local[all …]
3072 struct sock *selected_sk; member
1441 ctx.selected_sk = NULL; in bpf_prog_test_run_sk_lookup()1450 if (ctx.selected_sk) { in bpf_prog_test_run_sk_lookup()1451 if (ctx.selected_sk->sk_reuseport && !ctx.no_reuseport) { in bpf_prog_test_run_sk_lookup()1456 user_ctx->cookie = sock_gen_cookie(ctx.selected_sk); in bpf_prog_test_run_sk_lookup()
11042 reuse_kern->selected_sk = NULL; in bpf_init_reuseport_kern()11062 return reuse_kern.selected_sk; in bpf_run_sk_reuseport()11072 struct sock *selected_sk; in BPF_CALL_4() local11074 selected_sk = map->ops->map_lookup_elem(map, key); in BPF_CALL_4()11075 if (!selected_sk) in BPF_CALL_4()11078 reuse = rcu_dereference(selected_sk->sk_reuseport_cb); in BPF_CALL_4()11081 if (sk_is_refcounted(selected_sk)) in BPF_CALL_4()11082 sock_put(selected_sk); in BPF_CALL_4()11097 if (sk->sk_protocol != selected_sk->sk_protocol) in BPF_CALL_4()11099 else if (sk->sk_family != selected_sk->sk_family) in BPF_CALL_4()[all …]