Searched refs:sk1 (Results 1 – 1 of 1) sorted by relevance
327 struct bpf_sock *sk1 = NULL, *sk2 = NULL; in access_ctx_sk() local337 sk1 = bpf_map_lookup_elem(&redir_map, &KEY_SERVER_A); in access_ctx_sk()338 if (!sk1) in access_ctx_sk()340 err = bpf_sk_assign(ctx, sk1, 0); in access_ctx_sk()343 if (ctx->sk != sk1) in access_ctx_sk()377 if (sk1) in access_ctx_sk()378 bpf_sk_release(sk1); in access_ctx_sk()
Completed in 5 milliseconds