Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbpf_types.h68 struct bpf_sk_lookup, struct bpf_sk_lookup_kern)
Dfilter.h1361 struct bpf_sk_lookup_kern { struct
1403 struct bpf_sk_lookup_kern *_ctx = &(ctx); \
1446 struct bpf_sk_lookup_kern ctx = { in bpf_sk_lookup_run_v4()
1484 struct bpf_sk_lookup_kern ctx = { in bpf_sk_lookup_run_v6()
/Linux-v5.15/net/core/
Dfilter.c10397 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3() argument
10492 offsetof(struct bpf_sk_lookup_kern, selected_sk)); in sk_lookup_convert_ctx_access()
10497 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
10503 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
10509 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
10515 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
10527 offsetof(struct bpf_sk_lookup_kern, v6.saddr)); in sk_lookup_convert_ctx_access()
10543 offsetof(struct bpf_sk_lookup_kern, v6.daddr)); in sk_lookup_convert_ctx_access()
10553 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
10559 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
/Linux-v5.15/net/bpf/
Dtest_run.c925 struct bpf_sk_lookup_kern ctx = {}; in bpf_prog_test_run_sk_lookup()