Home
last modified time | relevance | path

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

/linux-6.15/net/core/
H A Dxdp.c994 void xdp_set_features_flag(struct net_device *dev, xdp_features_t val) in xdp_set_features_flag()
1009 xdp_features_t val = (dev->xdp_features | NETDEV_XDP_ACT_NDO_XMIT); in xdp_features_set_redirect_target()
1019 xdp_features_t val = dev->xdp_features; in xdp_features_clear_redirect_target()
/linux-6.15/include/net/
H A Dxdp.h618 void xdp_set_features_flag(struct net_device *dev, xdp_features_t val);
626 xdp_set_features_flag(struct net_device *dev, xdp_features_t val) in xdp_set_features_flag()
/linux-6.15/Documentation/networking/net_cachelines/
H A Dnet_device.rst28 xdp_features_t xdp_features
/linux-6.15/include/linux/
H A Dnetdevice.h88 typedef u32 xdp_features_t; typedef
2184 xdp_features_t xdp_features;
/linux-6.15/drivers/net/
H A Dveth.c1246 xdp_features_t val = NETDEV_XDP_ACT_BASIC | in veth_set_xdp_features()
/linux-6.15/drivers/net/ethernet/google/gve/
H A Dgve_main.c2178 xdp_features_t xdp_features; in gve_set_netdev_xdp_features()
/linux-6.15/drivers/net/bonding/
H A Dbond_main.c1930 xdp_features_t val = NETDEV_XDP_ACT_MASK; in bond_xdp_set_features()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c4275 xdp_features_t val; in mlx5e_set_xdp_feature()