Home
last modified time | relevance | path

Searched refs:nla_put_net64 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/netfilter/ipset/
H A Dip_set_core.c538 return nla_put_net64(skb, IPSET_ATTR_BYTES, in ip_set_put_counter()
541 nla_put_net64(skb, IPSET_ATTR_PACKETS, in ip_set_put_counter()
551 nla_put_net64(skb, IPSET_ATTR_SKBMARK, in ip_set_put_skbinfo()
/openbmc/linux/include/net/
H A Dnetlink.h1436 static inline int nla_put_net64(struct sk_buff *skb, int attrtype, __be64 value, in nla_put_net64() function