Lines Matching refs:xdp_frame
58 struct xdp_frame *q[DEV_MAP_BULK_SIZE];
337 struct xdp_frame **frames, int n, in dev_map_bpf_prog_run()
347 struct xdp_frame *xdpf = frames[i]; in dev_map_bpf_prog_run()
392 struct xdp_frame *xdpf = bq->q[i]; in bq_xmit_all()
463 static void bq_enqueue(struct net_device *dev, struct xdp_frame *xdpf, in bq_enqueue()
494 static inline int __xdp_enqueue(struct net_device *dev, struct xdp_frame *xdpf, in __xdp_enqueue()
546 int dev_xdp_enqueue(struct net_device *dev, struct xdp_frame *xdpf, in dev_xdp_enqueue()
552 int dev_map_enqueue(struct bpf_dtab_netdev *dst, struct xdp_frame *xdpf, in dev_map_enqueue()
560 static bool is_valid_dst(struct bpf_dtab_netdev *obj, struct xdp_frame *xdpf) in is_valid_dst()
580 struct xdp_frame *xdpf) in dev_map_enqueue_clone()
582 struct xdp_frame *nxdpf; in dev_map_enqueue_clone()
622 int dev_map_enqueue_multi(struct xdp_frame *xdpf, struct net_device *dev_rx, in dev_map_enqueue_multi()