Searched refs:xdp (Results 201 - 209 of 209) sorted by relevance

123456789

/linux-master/tools/include/uapi/linux/
H A Dbpf.h1259 * fully support xdp frags.
5450 * Get the total size of a given xdp buff (linear and paged area)
5452 * The total size of a given xdp buffer.
5457 * xdp buffer. It can be used to load *len* bytes from *offset* from
5626 * skb and xdp type dynptrs may not use bpf_dynptr_data. They should
6662 } xdp; member in union:bpf_link_info::__anon3568
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c2643 /* Abort xmit if xdp queue is not */
2700 static int otx2_xdp(struct net_device *netdev, struct netdev_bpf *xdp) argument
2704 switch (xdp->command) {
2706 return otx2_xdp_setup(pf, xdp->prog);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c2826 static int mlx4_xdp(struct net_device *dev, struct netdev_bpf *xdp) argument
2828 switch (xdp->command) {
2830 return mlx4_xdp_set(dev, xdp->prog);
/linux-master/include/linux/
H A Dnetdevice.h1314 * int (*ndo_xdp_xmit)(struct net_device *dev, int n, struct xdp_frame **xdp,
1322 * struct xdp_buff *xdp);
1579 struct xdp_frame **xdp,
1582 struct xdp_buff *xdp);
3862 u32 bpf_prog_run_generic_xdp(struct sk_buff *skb, struct xdp_buff *xdp,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rep.c600 if (c->xdp)
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c3640 xdp_init_buff(&ring->xdp, i40e_rx_pg_size(ring) / 2, &ring->xdp_rxq);
4780 false /*is xdp*/, true);
4789 true /*is xdp*/, true);
13458 false /*is xdp*/, enable);
13486 true /*is xdp*/, enable);
13610 * @xdp: XDP command
13613 struct netdev_bpf *xdp)
13621 switch (xdp->command) {
13623 return i40e_xdp_setup(vsi, xdp->prog, xdp
13612 i40e_xdp(struct net_device *dev, struct netdev_bpf *xdp) argument
[all...]
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h30 #include <net/xdp.h>
/linux-master/kernel/bpf/
H A Dbtf.c33 #include <net/xdp.h>
H A Dverifier.c30 #include <net/xdp.h>
9259 * This also applies to dynptr slices belonging to skb and xdp dynptrs,

Completed in 611 milliseconds

123456789