Home
last modified time | relevance | path

Searched refs:NHA_HW_STATS_ENABLE (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/linux/
H A Dnexthop.h81 NHA_HW_STATS_ENABLE, enumerator
/linux/net/ipv4/
H A Dnexthop.c43 [NHA_HW_STATS_ENABLE] = NLA_POLICY_MAX(NLA_U32, true),
832 if (nla_put_u32(skb, NHA_HW_STATS_ENABLE, nhg->hw_stats)) in nla_put_nh_group_stats()
1019 nla_total_size(4); /* NHA_HW_STATS_ENABLE */ in nh_nlmsg_size_grp()
1325 case NHA_HW_STATS_ENABLE: in nh_check_attr_group()
3175 if (tb[NHA_HW_STATS_ENABLE]) in rtm_to_nh_config()
3176 cfg->nh_hw_stats = nla_get_u32(tb[NHA_HW_STATS_ENABLE]); in rtm_to_nh_config()
3250 if (tb[NHA_HW_STATS_ENABLE]) { in rtm_to_nh_config_rtnl()