Home
last modified time | relevance | path

Searched refs:bpf_sk_lookup_kern (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf_types.h68 struct bpf_sk_lookup, struct bpf_sk_lookup_kern)
H A Dfilter.h1312 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()
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c10149 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3() argument
10244 offsetof(struct bpf_sk_lookup_kern, selected_sk)); in sk_lookup_convert_ctx_access()
10249 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
10255 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
10261 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
10267 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
10279 offsetof(struct bpf_sk_lookup_kern, v6.saddr)); in sk_lookup_convert_ctx_access()
10295 offsetof(struct bpf_sk_lookup_kern, v6.daddr)); in sk_lookup_convert_ctx_access()
10305 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
10311 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
/OK3568_Linux_fs/kernel/net/bpf/
H A Dtest_run.c811 struct bpf_sk_lookup_kern ctx = {}; in bpf_prog_test_run_sk_lookup()