Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dbpf_types.h68 struct bpf_sk_lookup, struct bpf_sk_lookup_kern)
Dfilter.h1348 struct bpf_sk_lookup_kern { struct
1391 struct bpf_sk_lookup_kern *_ctx = &(ctx); \
1434 struct bpf_sk_lookup_kern ctx = { in bpf_sk_lookup_run_v4()
1473 struct bpf_sk_lookup_kern ctx = { in bpf_sk_lookup_run_v6()
/Linux-v6.6/net/core/
Dfilter.c11306 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3() argument
11416 offsetof(struct bpf_sk_lookup_kern, selected_sk)); in sk_lookup_convert_ctx_access()
11421 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
11427 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
11433 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
11439 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
11451 offsetof(struct bpf_sk_lookup_kern, v6.saddr)); in sk_lookup_convert_ctx_access()
11467 offsetof(struct bpf_sk_lookup_kern, v6.daddr)); in sk_lookup_convert_ctx_access()
11477 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
11488 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
[all …]
/Linux-v6.6/net/bpf/
Dtest_run.c1374 struct bpf_sk_lookup_kern ctx = {}; in bpf_prog_test_run_sk_lookup()