Lines Matching refs:nla_put_u32
1744 nla_put_u32(skb, NDTPA_IFINDEX, parms->dev->ifindex)) || in neightbl_fill_parms()
1745 nla_put_u32(skb, NDTPA_REFCNT, atomic_read(&parms->refcnt)) || in neightbl_fill_parms()
1746 nla_put_u32(skb, NDTPA_QUEUE_LENBYTES, in neightbl_fill_parms()
1749 nla_put_u32(skb, NDTPA_QUEUE_LEN, in neightbl_fill_parms()
1751 nla_put_u32(skb, NDTPA_PROXY_QLEN, NEIGH_VAR(parms, PROXY_QLEN)) || in neightbl_fill_parms()
1752 nla_put_u32(skb, NDTPA_APP_PROBES, NEIGH_VAR(parms, APP_PROBES)) || in neightbl_fill_parms()
1753 nla_put_u32(skb, NDTPA_UCAST_PROBES, in neightbl_fill_parms()
1755 nla_put_u32(skb, NDTPA_MCAST_PROBES, in neightbl_fill_parms()
1757 nla_put_u32(skb, NDTPA_MCAST_REPROBES, in neightbl_fill_parms()
1801 nla_put_u32(skb, NDTA_THRESH1, tbl->gc_thresh1) || in neightbl_fill_info()
1802 nla_put_u32(skb, NDTA_THRESH2, tbl->gc_thresh2) || in neightbl_fill_info()
1803 nla_put_u32(skb, NDTA_THRESH3, tbl->gc_thresh3)) in neightbl_fill_info()
2181 if (nla_put_u32(skb, NDA_PROBES, atomic_read(&neigh->probes)) || in neigh_fill_info()