Symbol: veth_rq
drivers/net/veth.c
1007
static int veth_create_page_pool(struct veth_rq *rq)
drivers/net/veth.c
1039
struct veth_rq *rq = &priv->rq[i];
drivers/net/veth.c
1047
struct veth_rq *rq = &priv->rq[i];
drivers/net/veth.c
1079
struct veth_rq *rq = &priv->rq[i];
drivers/net/veth.c
1088
struct veth_rq *rq = &priv->rq[i];
drivers/net/veth.c
1117
struct veth_rq *rq = &priv->rq[i];
drivers/net/veth.c
1140
struct veth_rq *rq = &priv->rq[i];
drivers/net/veth.c
1157
struct veth_rq *rq = &priv->rq[i];
drivers/net/veth.c
1215
struct veth_rq *rq = &priv->rq[i];
drivers/net/veth.c
1223
struct veth_rq *rq = &priv->rq[i];
drivers/net/veth.c
301
static void __veth_xdp_flush(struct veth_rq *rq)
drivers/net/veth.c
312
static int veth_xdp_rx(struct veth_rq *rq, struct sk_buff *skb)
drivers/net/veth.c
321
struct veth_rq *rq, bool xdp)
drivers/net/veth.c
350
struct veth_rq *rq = NULL;
drivers/net/veth.c
511
struct veth_rq *rq;
drivers/net/veth.c
575
static void veth_xdp_flush_bq(struct veth_rq *rq, struct veth_xdp_tx_bq *bq)
drivers/net/veth.c
599
static void veth_xdp_flush(struct veth_rq *rq, struct veth_xdp_tx_bq *bq)
drivers/net/veth.c
603
struct veth_rq *rcv_rq;
drivers/net/veth.c
622
static int veth_xdp_tx(struct veth_rq *rq, struct xdp_buff *xdp,
drivers/net/veth.c
638
static struct xdp_frame *veth_xdp_rcv_one(struct veth_rq *rq,
drivers/net/veth.c
709
static void veth_xdp_rcv_bulk_skb(struct veth_rq *rq, void **frames,
drivers/net/veth.c
751
static int veth_convert_skb_to_xdp_buff(struct veth_rq *rq,
drivers/net/veth.c
78
struct veth_rq *rq;
drivers/net/veth.c
790
static struct sk_buff *veth_xdp_rcv_skb(struct veth_rq *rq,
drivers/net/veth.c
901
static int veth_xdp_rcv(struct veth_rq *rq, int budget,
drivers/net/veth.c
961
struct veth_rq *rq =
drivers/net/veth.c
962
container_of(napi, struct veth_rq, xdp_napi);