Home
last modified time | relevance | path

Searched refs:net_shaper_ops (Results 1 – 5 of 5) sorted by relevance

/linux/net/shaper/
H A Dshaper.c67 static const struct net_shaper_ops *
68 net_shaper_ops(struct net_shaper_binding *binding) in net_shaper_ops() function
71 return binding->netdev->netdev_ops->net_shaper_ops; in net_shaper_ops()
224 if (!dev->netdev_ops->net_shaper_ops) { in net_shaper_ctx_setup()
255 if (!dev->netdev_ops->net_shaper_ops) { in net_shaper_ctx_setup_lock()
515 const struct net_shaper_ops *ops = net_shaper_ops(binding); in net_shaper_validate_caps()
638 const struct net_shaper_ops *ops = net_shaper_ops(binding); in net_shaper_validate_nesting()
892 const struct net_shaper_ops *op
[all...]
/linux/include/net/
H A Dnet_shaper.h102 struct net_shaper_ops { struct
/linux/Documentation/networking/
H A Dnetdevices.rst391 struct net_shaper_ops
/linux/include/linux/
H A Dnetdevice.h1713 const struct net_shaper_ops *net_shaper_ops; member
/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c1004 static const struct net_shaper_ops mana_shaper_ops = {
1024 .net_shaper_ops = &mana_shaper_ops,