Home
last modified time | relevance | path

Searched refs:bpf_sk_lookup (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/verifier/
H A Dctx_sk_lookup.c6 offsetof(struct bpf_sk_lookup, family)),
8 offsetof(struct bpf_sk_lookup, family) + 1),
10 offsetof(struct bpf_sk_lookup, family) + 2),
12 offsetof(struct bpf_sk_lookup, family) + 3),
15 offsetof(struct bpf_sk_lookup, family)),
20 offsetof(struct bpf_sk_lookup, family)),
24 offsetof(struct bpf_sk_lookup, protocol)),
252 offsetof(struct bpf_sk_lookup, sk)),
391 offsetof(struct bpf_sk_lookup, sk)),
431 sizeof(struct bpf_sk_lookup)),
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_sk_lookup.c76 int lookup_pass(struct bpf_sk_lookup *ctx) in lookup_pass()
82 int lookup_drop(struct bpf_sk_lookup *ctx) in lookup_drop()
88 int check_ifindex(struct bpf_sk_lookup *ctx) in check_ifindex()
109 int redir_port(struct bpf_sk_lookup *ctx) in redir_port()
128 int redir_ip4(struct bpf_sk_lookup *ctx) in redir_ip4()
151 int redir_ip6(struct bpf_sk_lookup *ctx) in redir_ip6()
176 int select_sock_a(struct bpf_sk_lookup *ctx) in select_sock_a()
217 int sk_assign_eexist(struct bpf_sk_lookup *ctx) in sk_assign_eexist()
282 int sk_assign_null(struct bpf_sk_lookup *ctx) in sk_assign_null()
325 int access_ctx_sk(struct bpf_sk_lookup *ctx) in access_ctx_sk()
[all …]
/openbmc/linux/Documentation/bpf/
H A Dprog_sk_lookup.rst80 In its context, an instance of ``struct bpf_sk_lookup``, BPF sk_lookup program
89 Refer to ``struct bpf_sk_lookup`` declaration in ``linux/bpf.h`` user API
/openbmc/linux/include/linux/
H A Dbpf_types.h68 struct bpf_sk_lookup, struct bpf_sk_lookup_kern)
/openbmc/linux/net/core/
H A Dfilter.c11469 case offsetof(struct bpf_sk_lookup, sk): in sk_lookup_is_valid_access()
11473 case bpf_ctx_range(struct bpf_sk_lookup, family): in sk_lookup_is_valid_access()
11511 case offsetof(struct bpf_sk_lookup, sk): in sk_lookup_convert_ctx_access()
11516 case offsetof(struct bpf_sk_lookup, family): in sk_lookup_convert_ctx_access()
11522 case offsetof(struct bpf_sk_lookup, protocol): in sk_lookup_convert_ctx_access()
11528 case offsetof(struct bpf_sk_lookup, remote_ip4): in sk_lookup_convert_ctx_access()
11534 case offsetof(struct bpf_sk_lookup, local_ip4): in sk_lookup_convert_ctx_access()
11540 case bpf_ctx_range_till(struct bpf_sk_lookup, in sk_lookup_convert_ctx_access()
11556 case bpf_ctx_range_till(struct bpf_sk_lookup, in sk_lookup_convert_ctx_access()
11572 case offsetof(struct bpf_sk_lookup, remote_port): in sk_lookup_convert_ctx_access()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsk_lookup.c253 static int fill_sk_lookup_ctx(struct bpf_sk_lookup *ctx, const char *local_ip, __u16 local_port, in fill_sk_lookup_ctx()
1086 struct bpf_sk_lookup ctx; in run_sk_assign()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h7213 struct bpf_sk_lookup { struct
/openbmc/linux/include/uapi/linux/
H A Dbpf.h7210 struct bpf_sk_lookup { struct
/openbmc/linux/net/bpf/
H A Dtest_run.c1383 struct bpf_sk_lookup *user_ctx; in bpf_prog_test_run_sk_lookup()