Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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)),
17 offsetof(struct bpf_sk_lookup, family) + 2),
20 offsetof(struct bpf_sk_lookup, family)),
24 offsetof(struct bpf_sk_lookup, protocol)),
26 offsetof(struct bpf_sk_lookup, protocol) + 1),
28 offsetof(struct bpf_sk_lookup, protocol) + 2),
[all …]
/OK3568_Linux_fs/kernel/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()
101 int redir_port(struct bpf_sk_lookup *ctx) in redir_port()
120 int redir_ip4(struct bpf_sk_lookup *ctx) in redir_ip4()
143 int redir_ip6(struct bpf_sk_lookup *ctx) in redir_ip6()
168 int select_sock_a(struct bpf_sk_lookup *ctx) in select_sock_a()
183 int select_sock_a_no_reuseport(struct bpf_sk_lookup *ctx) in select_sock_a_no_reuseport()
209 int sk_assign_eexist(struct bpf_sk_lookup *ctx) in sk_assign_eexist()
242 int sk_assign_replace_flag(struct bpf_sk_lookup *ctx) in sk_assign_replace_flag()
274 int sk_assign_null(struct bpf_sk_lookup *ctx) in sk_assign_null()
[all …]
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf_types.h68 struct bpf_sk_lookup, struct bpf_sk_lookup_kern)
/OK3568_Linux_fs/kernel/net/core/
H A Dfilter.c6008 bpf_sk_lookup(struct sk_buff *skb, struct bpf_sock_tuple *tuple, u32 len, in bpf_sk_lookup() function
6058 return (unsigned long)bpf_sk_lookup(skb, tuple, len, IPPROTO_TCP, in BPF_CALL_5()
6077 return (unsigned long)bpf_sk_lookup(skb, tuple, len, IPPROTO_UDP, in BPF_CALL_5()
10205 if (off < 0 || off >= sizeof(struct bpf_sk_lookup)) in sk_lookup_is_valid_access()
10213 case offsetof(struct bpf_sk_lookup, sk): in sk_lookup_is_valid_access()
10217 case bpf_ctx_range(struct bpf_sk_lookup, family): in sk_lookup_is_valid_access()
10218 case bpf_ctx_range(struct bpf_sk_lookup, protocol): in sk_lookup_is_valid_access()
10219 case bpf_ctx_range(struct bpf_sk_lookup, remote_ip4): in sk_lookup_is_valid_access()
10220 case bpf_ctx_range(struct bpf_sk_lookup, local_ip4): in sk_lookup_is_valid_access()
10221 case bpf_ctx_range_till(struct bpf_sk_lookup, remote_ip6[0], remote_ip6[3]): in sk_lookup_is_valid_access()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dsk_lookup.c255 static int fill_sk_lookup_ctx(struct bpf_sk_lookup *ctx, const char *local_ip, __u16 local_port, in fill_sk_lookup_ctx()
1057 struct bpf_sk_lookup ctx; in run_sk_assign()
/OK3568_Linux_fs/kernel/net/bpf/
H A Dtest_run.c813 struct bpf_sk_lookup *user_ctx; in bpf_prog_test_run_sk_lookup()
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h5009 struct bpf_sk_lookup { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h5009 struct bpf_sk_lookup { struct