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 | 10179 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3() argument 10274 offsetof(struct bpf_sk_lookup_kern, selected_sk)); in sk_lookup_convert_ctx_access() 10279 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access() 10285 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access() 10291 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access() 10297 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access() 10309 offsetof(struct bpf_sk_lookup_kern, v6.saddr)); in sk_lookup_convert_ctx_access() 10325 offsetof(struct bpf_sk_lookup_kern, v6.daddr)); in sk_lookup_convert_ctx_access() 10335 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access() 10341 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
|