Searched refs:nla_put_net64 (Results 1 – 3 of 3) sorted by relevance
69 return nla_put_net64(skb, IPSET_ATTR_BYTES, in ip_set_put_counter()72 nla_put_net64(skb, IPSET_ATTR_PACKETS, in ip_set_put_counter()
26 nla_put_net64(skb, IPSET_ATTR_SKBMARK, in ip_set_put_skbinfo()
924 static inline int nla_put_net64(struct sk_buff *skb, int attrtype, __be64 value, in nla_put_net64() function