Lines Matching refs:xdp_frame
57 struct xdp_frame *q[DEV_MAP_BULK_SIZE];
324 struct xdp_frame **frames, int n, in dev_map_bpf_prog_run()
334 struct xdp_frame *xdpf = frames[i]; in dev_map_bpf_prog_run()
377 struct xdp_frame *xdpf = bq->q[i]; in bq_xmit_all()
446 static void bq_enqueue(struct net_device *dev, struct xdp_frame *xdpf, in bq_enqueue()
471 static inline int __xdp_enqueue(struct net_device *dev, struct xdp_frame *xdpf, in __xdp_enqueue()
523 int dev_xdp_enqueue(struct net_device *dev, struct xdp_frame *xdpf, in dev_xdp_enqueue()
529 int dev_map_enqueue(struct bpf_dtab_netdev *dst, struct xdp_frame *xdpf, in dev_map_enqueue()
537 static bool is_valid_dst(struct bpf_dtab_netdev *obj, struct xdp_frame *xdpf) in is_valid_dst()
557 struct xdp_frame *xdpf) in dev_map_enqueue_clone()
559 struct xdp_frame *nxdpf; in dev_map_enqueue_clone()
595 int dev_map_enqueue_multi(struct xdp_frame *xdpf, struct net_device *dev_rx, in dev_map_enqueue_multi()