Lines Matching refs:nla_put_u32
1751 nla_put_u32(skb, NDTPA_IFINDEX, parms->dev->ifindex)) || in neightbl_fill_parms()
1752 nla_put_u32(skb, NDTPA_REFCNT, atomic_read(&parms->refcnt)) || in neightbl_fill_parms()
1753 nla_put_u32(skb, NDTPA_QUEUE_LENBYTES, in neightbl_fill_parms()
1756 nla_put_u32(skb, NDTPA_QUEUE_LEN, in neightbl_fill_parms()
1758 nla_put_u32(skb, NDTPA_PROXY_QLEN, NEIGH_VAR(parms, PROXY_QLEN)) || in neightbl_fill_parms()
1759 nla_put_u32(skb, NDTPA_APP_PROBES, NEIGH_VAR(parms, APP_PROBES)) || in neightbl_fill_parms()
1760 nla_put_u32(skb, NDTPA_UCAST_PROBES, in neightbl_fill_parms()
1762 nla_put_u32(skb, NDTPA_MCAST_PROBES, in neightbl_fill_parms()
1764 nla_put_u32(skb, NDTPA_MCAST_REPROBES, in neightbl_fill_parms()
1808 nla_put_u32(skb, NDTA_THRESH1, tbl->gc_thresh1) || in neightbl_fill_info()
1809 nla_put_u32(skb, NDTA_THRESH2, tbl->gc_thresh2) || in neightbl_fill_info()
1810 nla_put_u32(skb, NDTA_THRESH3, tbl->gc_thresh3)) in neightbl_fill_info()
2189 if (nla_put_u32(skb, NDA_PROBES, atomic_read(&neigh->probes)) || in neigh_fill_info()