Searched refs:bpf_dynptr_from_xdp (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
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()
|
D | test_parse_tcp_hdr_opt_dynptr.c | 86 bpf_dynptr_from_xdp(xdp, 0, &ptr); in xdp_ingress_v6()
|
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() 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()
|
D | verifier_global_subprogs.c | 386 bpf_dynptr_from_xdp(ctx, 0, &dptr); in arg_tag_dynptr()
|
D | test_tunnel_kern.c | 993 if (bpf_dynptr_from_xdp(xdp, 0, &ptr)) in xfrm_get_state_xdp()
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | bpf_kfuncs.h | 19 extern int bpf_dynptr_from_xdp(struct xdp_md *xdp, __u64 flags,
|
/linux-6.12.1/net/core/ |
D | filter.c | 11919 __bpf_kfunc int bpf_dynptr_from_xdp(struct xdp_md *x, u64 flags, in bpf_dynptr_from_xdp() function 12075 BTF_ID_FLAGS(func, bpf_dynptr_from_xdp)
|
/linux-6.12.1/kernel/bpf/ |
D | verifier.c | 11271 BTF_ID(func, bpf_dynptr_from_xdp) in BTF_ID() 11300 BTF_ID(func, bpf_dynptr_from_xdp) in BTF_ID()
|