Home
last modified time | relevance | path

Searched refs:bpf_sk_lookup_kern (Results 1 – 2 of 2) sorted by relevance

/net/core/
Dfilter.c10636 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3() argument
10732 offsetof(struct bpf_sk_lookup_kern, selected_sk)); in sk_lookup_convert_ctx_access()
10737 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
10743 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
10749 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
10755 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
10767 offsetof(struct bpf_sk_lookup_kern, v6.saddr)); in sk_lookup_convert_ctx_access()
10783 offsetof(struct bpf_sk_lookup_kern, v6.daddr)); in sk_lookup_convert_ctx_access()
10793 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
10799 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
/net/bpf/
Dtest_run.c926 struct bpf_sk_lookup_kern ctx = {}; in bpf_prog_test_run_sk_lookup()