Searched refs:bpf_sk_lookup_kern (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
H A D | bpf_types.h | 68 struct bpf_sk_lookup, struct bpf_sk_lookup_kern)
|
H A D | filter.h | 1557 struct bpf_sk_lookup_kern { struct 1600 struct bpf_sk_lookup_kern *_ctx = &(ctx); \ 1643 struct bpf_sk_lookup_kern ctx = { in bpf_sk_lookup_run_v4() 1682 struct bpf_sk_lookup_kern ctx = { in bpf_sk_lookup_run_v6()
|
/linux/net/core/ |
H A D | filter.c | 11493 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3() argument 11603 offsetof(struct bpf_sk_lookup_kern, selected_sk)); in sk_lookup_convert_ctx_access() 11608 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access() 11614 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access() 11620 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access() 11626 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access() 11638 offsetof(struct bpf_sk_lookup_kern, v6.saddr)); in sk_lookup_convert_ctx_access() 11654 offsetof(struct bpf_sk_lookup_kern, v6.daddr)); in sk_lookup_convert_ctx_access() 11664 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access() 11675 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access() [all …]
|
/linux/net/bpf/ |
H A D | test_run.c | 1435 struct bpf_sk_lookup_kern ctx = {}; in bpf_prog_test_run_sk_lookup()
|