Lines Matching refs:veth_rq
57 struct veth_rq { struct
72 struct veth_rq *rq; argument
255 static void __veth_xdp_flush(struct veth_rq *rq) in __veth_xdp_flush()
266 static int veth_xdp_rx(struct veth_rq *rq, struct sk_buff *skb) in veth_xdp_rx()
277 struct veth_rq *rq, bool xdp) in veth_forward_skb()
287 struct veth_rq *rq = NULL; in veth_xmit()
438 struct veth_rq *rq; in veth_xdp_xmit()
504 static void veth_xdp_flush_bq(struct veth_rq *rq, struct veth_xdp_tx_bq *bq) in veth_xdp_flush_bq()
525 static void veth_xdp_flush(struct veth_rq *rq, struct veth_xdp_tx_bq *bq) in veth_xdp_flush()
529 struct veth_rq *rcv_rq; in veth_xdp_flush()
548 static int veth_xdp_tx(struct veth_rq *rq, struct xdp_buff *xdp, in veth_xdp_tx()
564 static struct sk_buff *veth_xdp_rcv_one(struct veth_rq *rq, in veth_xdp_rcv_one()
651 static struct sk_buff *veth_xdp_rcv_skb(struct veth_rq *rq, in veth_xdp_rcv_skb()
798 static int veth_xdp_rcv(struct veth_rq *rq, int budget, in veth_xdp_rcv()
841 struct veth_rq *rq = in veth_poll()
842 container_of(napi, struct veth_rq, xdp_napi); in veth_poll()
878 struct veth_rq *rq = &priv->rq[i]; in veth_napi_add()
886 struct veth_rq *rq = &priv->rq[i]; in veth_napi_add()
906 struct veth_rq *rq = &priv->rq[i]; in veth_napi_del()
914 struct veth_rq *rq = &priv->rq[i]; in veth_napi_del()
928 struct veth_rq *rq = &priv->rq[i]; in veth_enable_xdp()
971 struct veth_rq *rq = &priv->rq[i]; in veth_disable_xdp()