Searched refs:leaves_count (Results 1 – 3 of 3) sorted by relevance
| /linux/net/shaper/ |
| H A D | shaper.c | 977 int leaves_count) in net_shaper_parse_leaves() 986 if (WARN_ON_ONCE(i >= leaves_count)) in net_shaper_parse_leaves() 1013 static int net_shaper_parent_from_leaves(int leaves_count, in net_shaper_parse_leaves() 1021 for (i = 1; i < leaves_count; ++i) { in net_shaper_parent_from_leaves() 1033 bool update_node, int leaves_count, in net_shaper_parent_from_leaves() 1067 ret = net_shaper_parent_from_leaves(leaves_count, in __net_shaper_group() 1109 for (i = 0; i < leaves_count; ++i) { in __net_shaper_group() 1126 ret = ops->group(binding, leaves_count, leaves, node, extack); in __net_shaper_group() 1137 net_shaper_commit(binding, leaves_count, leaves); in __net_shaper_group() 1151 int ret, leaves_count in net_shaper_pre_del_node() 981 net_shaper_parse_leaves(struct net_shaper_binding * binding,struct genl_info * info,const struct net_shaper * node,struct net_shaper * leaves,int leaves_count) net_shaper_parse_leaves() argument 1017 net_shaper_parent_from_leaves(int leaves_count,const struct net_shaper * leaves,struct net_shaper * node,struct netlink_ext_ack * extack) net_shaper_parent_from_leaves() argument 1037 __net_shaper_group(struct net_shaper_binding * binding,bool update_node,int leaves_count,struct net_shaper * leaves,struct net_shaper * node,struct netlink_ext_ack * extack) __net_shaper_group() argument 1155 int ret, leaves_count = 0; net_shaper_pre_del_node() local 1273 int i, ret, leaves_count; net_shaper_nl_group_doit() local [all...] |
| /linux/include/net/ |
| H A D | net_shaper.h | 87 int (*group)(struct net_shaper_binding *binding, int leaves_count,
|
| /linux/drivers/net/netdevsim/ |
| H A D | netdev.c | 605 int leaves_count, in nsim_shaper_group() argument
|