Home
last modified time | relevance | path

Searched refs:nla_put_net64 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/netfilter/ipset/
H A Dip_set_core.c532 return nla_put_net64(skb, IPSET_ATTR_BYTES, in ip_set_put_counter()
535 nla_put_net64(skb, IPSET_ATTR_PACKETS, in ip_set_put_counter()
545 nla_put_net64(skb, IPSET_ATTR_SKBMARK, in ip_set_put_skbinfo()
/kernel/linux/linux-6.6/net/netfilter/ipset/
H A Dip_set_core.c532 return nla_put_net64(skb, IPSET_ATTR_BYTES, in ip_set_put_counter()
535 nla_put_net64(skb, IPSET_ATTR_PACKETS, in ip_set_put_counter()
545 nla_put_net64(skb, IPSET_ATTR_SKBMARK, in ip_set_put_skbinfo()
/kernel/linux/linux-5.10/include/net/
H A Dnetlink.h1384 * nla_put_net64 - Add 64-bit network byte order nlattr to a skb and align it
1390 static inline int nla_put_net64(struct sk_buff *skb, int attrtype, __be64 value, in nla_put_net64() function
/kernel/linux/linux-6.6/include/net/
H A Dnetlink.h1430 * nla_put_net64 - Add 64-bit network byte order nlattr to a skb and align it
1436 static inline int nla_put_net64(struct sk_buff *skb, int attrtype, __be64 value, in nla_put_net64() function

Completed in 12 milliseconds