Searched refs:bpf_sk_lookup_kern (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/include/linux/ |
D | bpf_types.h | 68 struct bpf_sk_lookup, struct bpf_sk_lookup_kern)
|
D | filter.h | 1296 struct bpf_sk_lookup_kern { struct 1338 struct bpf_sk_lookup_kern *_ctx = &(ctx); \ 1381 struct bpf_sk_lookup_kern ctx = { in bpf_sk_lookup_run_v4() 1419 struct bpf_sk_lookup_kern ctx = { in bpf_sk_lookup_run_v6()
|
/Linux-v5.10/net/core/ |
D | filter.c | 10102 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3() argument 10197 offsetof(struct bpf_sk_lookup_kern, selected_sk)); in sk_lookup_convert_ctx_access() 10202 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access() 10208 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access() 10214 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access() 10220 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access() 10232 offsetof(struct bpf_sk_lookup_kern, v6.saddr)); in sk_lookup_convert_ctx_access() 10248 offsetof(struct bpf_sk_lookup_kern, v6.daddr)); in sk_lookup_convert_ctx_access() 10258 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access() 10264 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
|