Home
last modified time | relevance | path

Searched refs:nla_put_uint (Results 1 – 5 of 5) sorted by relevance

/linux/net/core/
H A Dpage_pool_user.c127 if (nla_put_uint(rsp, NETDEV_A_PAGE_POOL_ID, pool->user.id) || in page_pool_nl_stats_fill()
135 if (nla_put_uint(rsp, NETDEV_A_PAGE_POOL_STATS_ALLOC_FAST, in page_pool_nl_stats_fill()
137 nla_put_uint(rsp, NETDEV_A_PAGE_POOL_STATS_ALLOC_SLOW, in page_pool_nl_stats_fill()
141 nla_put_uint(rsp, NETDEV_A_PAGE_POOL_STATS_ALLOC_EMPTY, in page_pool_nl_stats_fill()
143 nla_put_uint(rsp, NETDEV_A_PAGE_POOL_STATS_ALLOC_REFILL, in page_pool_nl_stats_fill()
145 nla_put_uint(rsp, NETDEV_A_PAGE_POOL_STATS_ALLOC_WAIVE, in page_pool_nl_stats_fill()
147 nla_put_uint(rsp, NETDEV_A_PAGE_POOL_STATS_RECYCLE_CACHED, in page_pool_nl_stats_fill()
151 nla_put_uint(rsp, NETDEV_A_PAGE_POOL_STATS_RECYCLE_RING, in page_pool_nl_stats_fill()
222 if (nla_put_uint(rsp, NETDEV_A_PAGE_POOL_ID, pool->user.id)) in page_pool_nl_fill()
236 nla_put_uint(rsp, NETDEV_A_PAGE_POOL_INFLIGHT_MEM, in page_pool_nl_fill()
[all …]
H A Dnetdev-genl.c484 return nla_put_uint(rsp, attr_id, value); in netdev_stat_put()
/linux/net/ethtool/
H A Dtsinfo.c103 if (nla_put_uint(skb, attrtype, val)) in tsinfo_put_stat()
/linux/include/net/
H A Dnetlink.h1428 static inline int nla_put_uint(struct sk_buff *skb, int attrtype, u64 value) in nla_put_uint() function
/linux/net/ipv4/
H A Dnexthop.c808 nla_put_uint(skb, NHA_GROUP_STATS_ENTRY_PACKETS, in nla_put_nh_group_stats_entry()
813 nla_put_uint(skb, NHA_GROUP_STATS_ENTRY_PACKETS_HW, in nla_put_nh_group_stats_entry()