Searched refs:xdp (Results 1 – 3 of 3) sorted by relevance
463 int dev_map_enqueue(struct bpf_dtab_netdev *dst, struct xdp_buff *xdp, in dev_map_enqueue() argument473 err = xdp_ok_fwd_dev(dev, xdp->data_end - xdp->data); in dev_map_enqueue()477 xdpf = convert_to_xdp_frame(xdp); in dev_map_enqueue()
175 int __xsk_map_redirect(struct bpf_map *map, struct xdp_buff *xdp, in __xsk_map_redirect() argument182 err = xsk_rcv(xs, xdp); in __xsk_map_redirect()
671 int cpu_map_enqueue(struct bpf_cpu_map_entry *rcpu, struct xdp_buff *xdp, in cpu_map_enqueue() argument676 xdpf = convert_to_xdp_frame(xdp); in cpu_map_enqueue()