Home
last modified time | relevance | path

Searched refs:xdp_features_t (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/net/core/
Dxdp.c776 void xdp_set_features_flag(struct net_device *dev, xdp_features_t val) in xdp_set_features_flag()
791 xdp_features_t val = (dev->xdp_features | NETDEV_XDP_ACT_NDO_XMIT); in xdp_features_set_redirect_target()
801 xdp_features_t val = dev->xdp_features; in xdp_features_clear_redirect_target()
/Linux-v6.6/include/net/
Dxdp.h454 void xdp_set_features_flag(struct net_device *dev, xdp_features_t val);
462 xdp_set_features_flag(struct net_device *dev, xdp_features_t val) in xdp_set_features_flag()
/Linux-v6.6/include/linux/
Dnetdevice.h83 typedef u32 xdp_features_t; typedef
2090 xdp_features_t xdp_features;
/Linux-v6.6/drivers/net/
Dveth.c1332 xdp_features_t val = NETDEV_XDP_ACT_BASIC | in veth_set_xdp_features()
/Linux-v6.6/drivers/net/bonding/
Dbond_main.c1802 xdp_features_t val = NETDEV_XDP_ACT_MASK; in bond_xdp_set_features()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c4055 xdp_features_t val; in mlx5e_set_xdp_feature()