Searched refs:bpf_dynptr_from_xdp (Results 1 – 8 of 8) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_xdp_dynptr.c | 124 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 D | dynptr_fail.c | 1204 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 D | test_parse_tcp_hdr_opt_dynptr.c | 86 bpf_dynptr_from_xdp(xdp, 0, &ptr); in xdp_ingress_v6()
|
H A D | verifier_global_subprogs.c | 386 bpf_dynptr_from_xdp(ctx, 0, &dptr); in arg_tag_dynptr()
|
H A D | test_tunnel_kern.c | 993 if (bpf_dynptr_from_xdp(xdp, 0, &ptr)) in xfrm_get_state_xdp()
|
/linux/tools/testing/selftests/bpf/ |
H A D | bpf_kfuncs.h | 19 extern int bpf_dynptr_from_xdp(struct xdp_md *xdp, __u64 flags,
|
/linux/net/core/ |
H A D | filter.c | 11925 __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 D | verifier.c | 11490 BTF_ID(func, bpf_dynptr_from_xdp) in BTF_ID() 11519 BTF_ID(func, bpf_dynptr_from_xdp) in BTF_ID()
|