Home
last modified time | relevance | path

Searched refs:bpf_dynptr_from_xdp (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_dynptr.c124 bpf_dynptr_from_xdp(xdp, 0, &new_xdp_ptr); in handle_ipv4()
203 bpf_dynptr_from_xdp(xdp, 0, &new_xdp_ptr); in handle_ipv6()
240 bpf_dynptr_from_xdp(xdp, 0, &ptr); in _xdp_tx_iptunnel()
H A Ddynptr_fail.c1204 bpf_dynptr_from_xdp(xdp, 0, &ptr); in xdp_invalid_data_slice1()
1229 bpf_dynptr_from_xdp(xdp, 0, &ptr); in xdp_invalid_data_slice2()
1301 __failure __msg("calling kernel function bpf_dynptr_from_xdp is not allowed")
1307 bpf_dynptr_from_xdp(ctx, 0, &ptr); in xdp_invalid_ctx()
1482 bpf_dynptr_from_xdp(xdp, 0, &ptr1); in clone_invalid2()
1679 bpf_dynptr_from_xdp(xdp, 0, &ptr); in clone_xdp_packet_data()
H A Dtest_parse_tcp_hdr_opt_dynptr.c86 bpf_dynptr_from_xdp(xdp, 0, &ptr); in xdp_ingress_v6()
H A Dverifier_global_subprogs.c386 bpf_dynptr_from_xdp(ctx, 0, &dptr); in arg_tag_dynptr()
H A Dtest_tunnel_kern.c993 if (bpf_dynptr_from_xdp(xdp, 0, &ptr)) in xfrm_get_state_xdp()
/linux/tools/testing/selftests/bpf/
H A Dbpf_kfuncs.h19 extern int bpf_dynptr_from_xdp(struct xdp_md *xdp, __u64 flags,
/linux/net/core/
H A Dfilter.c11925 __bpf_kfunc int bpf_dynptr_from_xdp(struct xdp_md *x, u64 flags, in bpf_dynptr_from_xdp() function
12081 BTF_ID_FLAGS(func, bpf_dynptr_from_xdp)
/linux/kernel/bpf/
H A Dverifier.c11490 BTF_ID(func, bpf_dynptr_from_xdp) in BTF_ID()
11519 BTF_ID(func, bpf_dynptr_from_xdp) in BTF_ID()