Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dnetlink.h909 static inline int nla_put_be64(struct sk_buff *skb, int attrtype, __be64 value, in nla_put_be64() function
929 return nla_put_be64(skb, attrtype | NLA_F_NET_BYTEORDER, tmp, in nla_put_net64()