Home
last modified time | relevance | path

Searched refs:nla_get_uint (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/net/core/
Dpage_pool_user.c202 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()
Dnetdev-genl.c704 scope = nla_get_uint(info->attrs[NETDEV_A_QSTATS_SCOPE]); in netdev_nl_qstats_get_dumpit()
/linux-6.12.1/lib/
Dnlattr.c192 value = nla_get_uint(nla); in nla_validate_range_unsigned()
373 value = nla_get_uint(nla); in nla_validate_mask()
/linux-6.12.1/include/net/
Dnetlink.h1768 static inline u64 nla_get_uint(const struct nlattr *nla) in nla_get_uint() function