Searched refs:bpf_dynptr_from_xdp (Results 1 – 6 of 6) sorted by relevance
/openbmc/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 | test_parse_tcp_hdr_opt_dynptr.c | 86 bpf_dynptr_from_xdp(xdp, 0, &ptr); in xdp_ingress_v6()
|
H A D | dynptr_fail.c | 1203 bpf_dynptr_from_xdp(xdp, 0, &ptr); in xdp_invalid_data_slice1() 1228 bpf_dynptr_from_xdp(xdp, 0, &ptr); in xdp_invalid_data_slice2() 1282 bpf_dynptr_from_xdp(ctx, 0, &ptr); in xdp_invalid_ctx() 1457 bpf_dynptr_from_xdp(xdp, 0, &ptr1); in clone_invalid2() 1654 bpf_dynptr_from_xdp(xdp, 0, &ptr); in clone_xdp_packet_data()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | bpf_kfuncs.h | 17 extern int bpf_dynptr_from_xdp(struct xdp_md *xdp, __u64 flags,
|
/openbmc/linux/net/core/ |
H A D | filter.c | 11840 __bpf_kfunc int bpf_dynptr_from_xdp(struct xdp_buff *xdp, u64 flags, in bpf_dynptr_from_xdp() function 11894 BTF_ID_FLAGS(func, bpf_dynptr_from_xdp)
|
/openbmc/linux/kernel/bpf/ |
H A D | verifier.c | 10712 BTF_ID(func, bpf_dynptr_from_xdp) in BTF_ID() 10734 BTF_ID(func, bpf_dynptr_from_xdp) in BTF_ID()
|