Home
last modified time | relevance | path

Searched refs:xdp_metadata_ops (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.h116 extern const struct xdp_metadata_ops mlx5e_xdp_metadata_ops;
H A Dxdp.c273 const struct xdp_metadata_ops mlx5e_xdp_metadata_ops = {
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst29 struct_xdp_metadata_ops* xdp_metadata_ops
/linux/kernel/bpf/
H A Doffload.c841 const struct xdp_metadata_ops *ops; in bpf_dev_bound_resolve_kfunc()
853 ops = prog->aux->offload->netdev->xdp_metadata_ops; in bpf_dev_bound_resolve_kfunc()
/linux/net/core/
H A Dnetdev-genl.c45 if (netdev->xdp_metadata_ops && netdev->xdp_metadata_ops->xmo) \ in netdev_nl_dev_fill()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_txrx_lib.c557 const struct xdp_metadata_ops ice_xdp_md_ops = {
H A Dice.h1050 extern const struct xdp_metadata_ops ice_xdp_md_ops;
H A Dice_main.c3579 netdev->xdp_metadata_ops = &ice_xdp_md_ops; in ice_set_ops()
/linux/include/net/
H A Dxdp.h468 struct xdp_metadata_ops { struct
/linux/drivers/net/
H A Dveth.c1679 static const struct xdp_metadata_ops veth_xdp_metadata_ops = {
1703 dev->xdp_metadata_ops = &veth_xdp_metadata_ops; in veth_setup()
/linux/include/linux/
H A Dnetdevice.h80 struct xdp_metadata_ops;
2123 const struct xdp_metadata_ops *xdp_metadata_ops; member
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c2896 static const struct xdp_metadata_ops mlx4_xdp_metadata_ops = {
3333 dev->xdp_metadata_ops = &mlx4_xdp_metadata_ops; in mlx4_en_init_netdev()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c6895 static const struct xdp_metadata_ops igc_xdp_metadata_ops = {
7000 netdev->xdp_metadata_ops = &igc_xdp_metadata_ops; in igc_probe()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5445 netdev->xdp_metadata_ops = &mlx5e_xdp_metadata_ops; in mlx5e_build_nic_netdev()