Lines Matching refs:veth_rq
45 struct veth_rq { struct
59 struct veth_rq *rq; argument
151 static void __veth_xdp_flush(struct veth_rq *rq) in __veth_xdp_flush()
161 static int veth_xdp_rx(struct veth_rq *rq, struct sk_buff *skb) in veth_xdp_rx()
172 struct veth_rq *rq, bool xdp) in veth_forward_skb()
182 struct veth_rq *rq = NULL; in veth_xmit()
303 struct veth_rq *rq; in veth_xdp_xmit()
347 struct veth_rq *rq; in veth_xdp_flush()
375 static struct sk_buff *veth_xdp_rcv_one(struct veth_rq *rq, in veth_xdp_rcv_one()
457 static struct sk_buff *veth_xdp_rcv_skb(struct veth_rq *rq, struct sk_buff *skb, in veth_xdp_rcv_skb()
587 static int veth_xdp_rcv(struct veth_rq *rq, int budget, unsigned int *xdp_xmit) in veth_xdp_rcv()
616 struct veth_rq *rq = in veth_poll()
617 container_of(napi, struct veth_rq, xdp_napi); in veth_poll()
648 struct veth_rq *rq = &priv->rq[i]; in veth_napi_add()
656 struct veth_rq *rq = &priv->rq[i]; in veth_napi_add()
676 struct veth_rq *rq = &priv->rq[i]; in veth_napi_del()
684 struct veth_rq *rq = &priv->rq[i]; in veth_napi_del()
699 struct veth_rq *rq = &priv->rq[i]; in veth_enable_xdp()
742 struct veth_rq *rq = &priv->rq[i]; in veth_disable_xdp()