Searched refs:bpf_sk_lookup_kern (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | bpf_types.h | 68 struct bpf_sk_lookup, struct bpf_sk_lookup_kern)
|
D | filter.h | 1312 struct bpf_sk_lookup_kern { struct 1354 struct bpf_sk_lookup_kern *_ctx = &(ctx); \ 1397 struct bpf_sk_lookup_kern ctx = { in bpf_sk_lookup_run_v4() 1435 struct bpf_sk_lookup_kern ctx = { in bpf_sk_lookup_run_v6()
|
/kernel/linux/linux-5.10/net/core/ |
D | filter.c | 10125 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3() argument 10220 offsetof(struct bpf_sk_lookup_kern, selected_sk)); in sk_lookup_convert_ctx_access() 10225 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access() 10231 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access() 10237 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access() 10243 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access() 10255 offsetof(struct bpf_sk_lookup_kern, v6.saddr)); in sk_lookup_convert_ctx_access() 10271 offsetof(struct bpf_sk_lookup_kern, v6.daddr)); in sk_lookup_convert_ctx_access() 10281 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access() 10287 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
|