Home
last modified time | relevance | path

Searched refs:bpf_dynptr (Results 1 – 16 of 16) sorted by relevance

/Linux-v6.6/tools/testing/selftests/bpf/progs/
Ddynptr_fail.c17 struct bpf_dynptr ptr;
24 __type(value, struct bpf_dynptr);
61 static int get_map_val_dynptr(struct bpf_dynptr *ptr) in get_map_val_dynptr()
83 struct bpf_dynptr ptr; in ringbuf_missing_release1()
96 struct bpf_dynptr ptr1, ptr2; in ringbuf_missing_release2()
118 struct bpf_dynptr ptr; in missing_release_callback_fn()
141 struct bpf_dynptr ptr; in ringbuf_release_uninit_dynptr()
154 struct bpf_dynptr ptr; in use_after_invalid()
174 struct bpf_dynptr ptr; in ringbuf_invalid_api()
197 struct bpf_dynptr ptr; in add_dynptr_to_map1()
[all …]
Ddynptr_success.c40 struct bpf_dynptr ptr; in test_read_write()
70 struct bpf_dynptr ptr; in test_dynptr_data()
125 struct bpf_dynptr *ptr = (struct bpf_dynptr *)data; in ringbuf_callback()
139 struct bpf_dynptr ptr; in test_ringbuf()
173 struct bpf_dynptr ptr; in test_skb_readonly()
194 struct bpf_dynptr ptr; in test_dynptr_skb_data()
215 struct bpf_dynptr ptr; in test_adjust()
268 struct bpf_dynptr ptr; in test_adjust_err()
326 struct bpf_dynptr ptr; in test_zero_size_dynptr()
375 struct bpf_dynptr ptr1; in test_dynptr_is_null()
[all …]
Duser_ringbuf_fail.c30 bad_access1(struct bpf_dynptr *dynptr, void *context) in bad_access1()
53 bad_access2(struct bpf_dynptr *dynptr, void *context) in bad_access2()
76 write_forbidden(struct bpf_dynptr *dynptr, void *context) in write_forbidden()
96 null_context_write(struct bpf_dynptr *dynptr, void *context) in null_context_write()
116 null_context_read(struct bpf_dynptr *dynptr, void *context) in null_context_read()
138 try_discard_dynptr(struct bpf_dynptr *dynptr, void *context) in try_discard_dynptr()
158 try_submit_dynptr(struct bpf_dynptr *dynptr, void *context) in try_submit_dynptr()
178 invalid_drain_callback_return(struct bpf_dynptr *dynptr, void *context) in invalid_drain_callback_return()
196 try_reinit_dynptr_mem(struct bpf_dynptr *dynptr, void *context) in try_reinit_dynptr_mem()
203 try_reinit_dynptr_ringbuf(struct bpf_dynptr *dynptr, void *context) in try_reinit_dynptr_ringbuf()
Dtest_kfunc_dynptr_param.c17 extern int bpf_verify_pkcs7_signature(struct bpf_dynptr *data_ptr,
18 struct bpf_dynptr *sig_ptr,
43 return bpf_verify_pkcs7_signature((struct bpf_dynptr *)&val, in BPF_PROG()
44 (struct bpf_dynptr *)&val, NULL); in BPF_PROG()
53 return bpf_verify_pkcs7_signature((struct bpf_dynptr *)val, in BPF_PROG()
54 (struct bpf_dynptr *)val, NULL); in BPF_PROG()
61 struct bpf_dynptr ptr; in BPF_PROG()
Dip_check_defrag.c16 struct bpf_dynptr *ptr__uninit) __ksym;
17 extern void *bpf_dynptr_slice(const struct bpf_dynptr *ptr, uint32_t offset,
47 struct bpf_dynptr ptr; in handle_v4()
69 struct bpf_dynptr ptr; in handle_v6()
Dtest_cls_redirect_dynptr.c123 static int pkt_parse_ipv4(struct bpf_dynptr *dynptr, __u64 *offset, struct iphdr *iphdr) in pkt_parse_ipv4()
140 static bool pkt_parse_icmp_l4_ports(struct bpf_dynptr *dynptr, __u64 *offset, flow_ports_t *ports) in pkt_parse_icmp_l4_ports()
185 static bool pkt_skip_ipv6_extension_headers(struct bpf_dynptr *dynptr, __u64 *offset, in pkt_skip_ipv6_extension_headers()
242 static int pkt_parse_ipv6(struct bpf_dynptr *dynptr, __u64 *offset, struct ipv6hdr *ipv6, in pkt_parse_ipv6()
291 static ret_t forward_with_gre(struct __sk_buff *skb, struct bpf_dynptr *dynptr, in forward_with_gre()
418 static ret_t forward_to_next_hop(struct __sk_buff *skb, struct bpf_dynptr *dynptr, in forward_to_next_hop()
475 static ret_t get_next_hop(struct bpf_dynptr *dynptr, __u64 *offset, encap_headers_t *encap, in get_next_hop()
603 static verdict_t process_icmpv4(struct __sk_buff *skb, struct bpf_dynptr *dynptr, __u64 *offset, in process_icmpv4()
652 static verdict_t process_icmpv6(struct bpf_dynptr *dynptr, __u64 *offset, struct __sk_buff *skb, in process_icmpv6()
704 static verdict_t process_tcp(struct bpf_dynptr *dynptr, __u64 *offset, struct __sk_buff *skb, in process_tcp()
[all …]
Dtest_verify_pkcs7_sig.c20 extern int bpf_verify_pkcs7_signature(struct bpf_dynptr *data_ptr,
21 struct bpf_dynptr *sig_ptr,
47 struct bpf_dynptr data_ptr, sig_ptr; in BPF_PROG()
Dverifier_netfilter_ctx.c83 struct bpf_dynptr *ptr__uninit) __ksym;
84 extern void *bpf_dynptr_slice(const struct bpf_dynptr *ptr, uint32_t offset,
99 struct bpf_dynptr ptr; in with_valid_ctx_access_test6()
Duser_ringbuf_success.c38 record_sample(struct bpf_dynptr *dynptr, void *context) in record_sample()
89 read_protocol_msg(struct bpf_dynptr *dynptr, void *context) in read_protocol_msg()
193 do_nothing_cb(struct bpf_dynptr *dynptr, void *context) in do_nothing_cb()
Dtest_xdp_dynptr.c77 static __always_inline int handle_ipv4(struct xdp_md *xdp, struct bpf_dynptr *xdp_ptr) in handle_ipv4()
82 struct bpf_dynptr new_xdp_ptr; in handle_ipv4()
159 static __always_inline int handle_ipv6(struct xdp_md *xdp, struct bpf_dynptr *xdp_ptr) in handle_ipv6()
164 struct bpf_dynptr new_xdp_ptr; in handle_ipv6()
234 struct bpf_dynptr ptr; in _xdp_tx_iptunnel()
Dtest_parse_tcp_hdr_opt_dynptr.c30 static int parse_hdr_opt(struct bpf_dynptr *ptr, __u32 *off, __u8 *hdr_bytes_remaining, in parse_hdr_opt()
84 struct bpf_dynptr ptr; in xdp_ingress_v6()
Dtest_l4lb_noinline_dynptr.c235 static __noinline int parse_icmpv6(struct bpf_dynptr *skb_ptr, __u64 off, in parse_icmpv6()
259 static __noinline int parse_icmp(struct bpf_dynptr *skb_ptr, __u64 off, in parse_icmp()
284 static __noinline bool parse_udp(struct bpf_dynptr *skb_ptr, __u64 off, in parse_udp()
304 static __noinline bool parse_tcp(struct bpf_dynptr *skb_ptr, __u64 off, in parse_tcp()
327 static __noinline int process_packet(struct bpf_dynptr *skb_ptr, in process_packet()
461 struct bpf_dynptr ptr; in balancer_ingress()
/Linux-v6.6/tools/testing/selftests/bpf/
Dbpf_kfuncs.h10 struct bpf_dynptr *ptr__uninit) __ksym;
18 struct bpf_dynptr *ptr__uninit) __ksym;
26 extern void *bpf_dynptr_slice(const struct bpf_dynptr *ptr, __u32 offset,
35 extern void *bpf_dynptr_slice_rdwr(const struct bpf_dynptr *ptr, __u32 offset,
38 extern int bpf_dynptr_adjust(const struct bpf_dynptr *ptr, __u32 start, __u32 end) __ksym;
39 extern bool bpf_dynptr_is_null(const struct bpf_dynptr *ptr) __ksym;
40 extern bool bpf_dynptr_is_rdonly(const struct bpf_dynptr *ptr) __ksym;
41 extern __u32 bpf_dynptr_size(const struct bpf_dynptr *ptr) __ksym;
42 extern int bpf_dynptr_clone(const struct bpf_dynptr *ptr, struct bpf_dynptr *clone__init) __ksym;
/Linux-v6.6/tools/include/uapi/linux/
Dbpf.h7118 struct bpf_dynptr { struct
/Linux-v6.6/include/uapi/linux/
Dbpf.h7118 struct bpf_dynptr { struct
/Linux-v6.6/kernel/bpf/
Dhelpers.c1493 BTF_TYPE_EMIT(struct bpf_dynptr); in BPF_CALL_4()