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

/linux-master/net/core/
H A Dpage_pool_user.c127 if (nla_put_uint(rsp, NETDEV_A_PAGE_POOL_ID, pool->user.id) ||
135 if (nla_put_uint(rsp, NETDEV_A_PAGE_POOL_STATS_ALLOC_FAST,
137 nla_put_uint(rsp, NETDEV_A_PAGE_POOL_STATS_ALLOC_SLOW,
139 nla_put_uint(rsp, NETDEV_A_PAGE_POOL_STATS_ALLOC_SLOW_HIGH_ORDER,
141 nla_put_uint(rsp, NETDEV_A_PAGE_POOL_STATS_ALLOC_EMPTY,
143 nla_put_uint(rsp, NETDEV_A_PAGE_POOL_STATS_ALLOC_REFILL,
145 nla_put_uint(rsp, NETDEV_A_PAGE_POOL_STATS_ALLOC_WAIVE,
147 nla_put_uint(rsp, NETDEV_A_PAGE_POOL_STATS_RECYCLE_CACHED,
149 nla_put_uint(rsp, NETDEV_A_PAGE_POOL_STATS_RECYCLE_CACHE_FULL,
151 nla_put_uint(rs
[all...]
H A Dnetdev-genl.c484 return nla_put_uint(rsp, attr_id, value);
/linux-master/net/ethtool/
H A Dtsinfo.c103 if (nla_put_uint(skb, attrtype, val))
/linux-master/include/net/
H A Dnetlink.h1423 * nla_put_uint - Add a variable-size unsigned int to a socket buffer
1428 static inline int nla_put_uint(struct sk_buff *skb, int attrtype, u64 value) function
/linux-master/net/ipv4/
H A Dnexthop.c808 nla_put_uint(skb, NHA_GROUP_STATS_ENTRY_PACKETS,
813 nla_put_uint(skb, NHA_GROUP_STATS_ENTRY_PACKETS_HW,

Completed in 327 milliseconds