Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dbpf_types.h68 struct bpf_sk_lookup, struct bpf_sk_lookup_kern)
Dfilter.h1555 struct bpf_sk_lookup_kern { struct
1598 struct bpf_sk_lookup_kern *_ctx = &(ctx); \
1641 struct bpf_sk_lookup_kern ctx = { in bpf_sk_lookup_run_v4()
1680 struct bpf_sk_lookup_kern ctx = { in bpf_sk_lookup_run_v6()
/linux-6.12.1/net/core/
Dfilter.c11481 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3() argument
11591 offsetof(struct bpf_sk_lookup_kern, selected_sk)); in sk_lookup_convert_ctx_access()
11596 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
11602 bpf_target_off(struct bpf_sk_lookup_kern, 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()
11626 offsetof(struct bpf_sk_lookup_kern, v6.saddr)); in sk_lookup_convert_ctx_access()
11642 offsetof(struct bpf_sk_lookup_kern, v6.daddr)); in sk_lookup_convert_ctx_access()
11652 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
11663 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
[all …]
/linux-6.12.1/net/bpf/
Dtest_run.c1437 struct bpf_sk_lookup_kern ctx = {}; in bpf_prog_test_run_sk_lookup()