Searched refs:bpf_sk_lookup_kern (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/include/linux/ |
D | bpf_types.h | 68 struct bpf_sk_lookup, struct bpf_sk_lookup_kern)
|
D | filter.h | 1357 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/ |
D | filter.c | 11114 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/ |
D | test_run.c | 1509 struct bpf_sk_lookup_kern ctx = {}; in bpf_prog_test_run_sk_lookup()
|