Lines Matching full:nest
209 struct nlattr *nest; in stat_put() local
217 * of ETHTOOL_A_STATS_GRP_STAT. Since we're one nest away from the in stat_put()
227 nest = nla_nest_start(skb, ETHTOOL_A_STATS_GRP_STAT); in stat_put()
228 if (!nest) in stat_put()
233 nla_nest_cancel(skb, nest); in stat_put()
237 nla_nest_end(skb, nest); in stat_put()
317 struct nlattr *nest; in stats_put_rmon_hist() local
329 nest = nla_nest_start(skb, attr); in stats_put_rmon_hist()
330 if (!nest) in stats_put_rmon_hist()
341 nla_nest_end(skb, nest); in stats_put_rmon_hist()
347 nla_nest_cancel(skb, nest); in stats_put_rmon_hist()
379 struct nlattr *nest; in stats_put_stats() local
381 nest = nla_nest_start(skb, ETHTOOL_A_STATS_GRP); in stats_put_stats()
382 if (!nest) in stats_put_stats()
392 nla_nest_end(skb, nest); in stats_put_stats()
396 nla_nest_cancel(skb, nest); in stats_put_stats()