Searched refs:nla_get_uint (Results 1 – 4 of 4) sorted by relevance
202 id = nla_get_uint(tb[NETDEV_A_PAGE_POOL_ID]); in netdev_nl_page_pool_stats_get_doit()296 id = nla_get_uint(info->attrs[NETDEV_A_PAGE_POOL_ID]); in netdev_nl_page_pool_get_doit()
704 scope = nla_get_uint(info->attrs[NETDEV_A_QSTATS_SCOPE]); in netdev_nl_qstats_get_dumpit()
192 value = nla_get_uint(nla); in nla_validate_range_unsigned()373 value = nla_get_uint(nla); in nla_validate_mask()
1768 static inline u64 nla_get_uint(const struct nlattr *nla) in nla_get_uint() function