Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dbpf_types.h68 struct bpf_sk_lookup, struct bpf_sk_lookup_kern)
Dfilter.h1357 struct bpf_sk_lookup_kern { struct
1400 struct bpf_sk_lookup_kern *_ctx = &(ctx); \
1443 struct bpf_sk_lookup_kern ctx = { in bpf_sk_lookup_run_v4()
1482 struct bpf_sk_lookup_kern ctx = { in bpf_sk_lookup_run_v6()
/Linux-v6.1/net/core/
Dfilter.c11114 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3() argument
11224 offsetof(struct bpf_sk_lookup_kern, selected_sk)); in sk_lookup_convert_ctx_access()
11229 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
11235 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
11241 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
11247 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
11259 offsetof(struct bpf_sk_lookup_kern, v6.saddr)); in sk_lookup_convert_ctx_access()
11275 offsetof(struct bpf_sk_lookup_kern, v6.daddr)); in sk_lookup_convert_ctx_access()
11285 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
11296 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
[all …]
/Linux-v6.1/net/bpf/
Dtest_run.c1509 struct bpf_sk_lookup_kern ctx = {}; in bpf_prog_test_run_sk_lookup()