Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf_types.h68 struct bpf_sk_lookup, struct bpf_sk_lookup_kern)
H A Dfilter.h1352 struct bpf_sk_lookup_kern { struct
1395 struct bpf_sk_lookup_kern *_ctx = &(ctx); \
1438 struct bpf_sk_lookup_kern ctx = { in bpf_sk_lookup_run_v4()
1477 struct bpf_sk_lookup_kern ctx = { in bpf_sk_lookup_run_v6()
/openbmc/linux/net/core/
H A Dfilter.c11432 BPF_CALL_3(bpf_sk_lookup_assign, struct bpf_sk_lookup_kern *, ctx, in BPF_CALL_3() argument
11542 offsetof(struct bpf_sk_lookup_kern, selected_sk)); in sk_lookup_convert_ctx_access()
11547 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
11553 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
11559 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
11565 bpf_target_off(struct bpf_sk_lookup_kern, in sk_lookup_convert_ctx_access()
11577 offsetof(struct bpf_sk_lookup_kern, v6.saddr)); in sk_lookup_convert_ctx_access()
11593 offsetof(struct bpf_sk_lookup_kern, v6.daddr)); in sk_lookup_convert_ctx_access()
11603 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()
[all …]
/openbmc/linux/net/bpf/
H A Dtest_run.c1378 struct bpf_sk_lookup_kern ctx = {}; in bpf_prog_test_run_sk_lookup()