Searched refs:__nla_put_64bit (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/
H A Dnlattr.c1046 * __nla_put_64bit - Add a netlink attribute to a socket buffer and align it
1056 void __nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen, function
1064 EXPORT_SYMBOL(__nla_put_64bit); variable
1127 __nla_put_64bit(skb, attrtype, attrlen, data, padattr);
/linux-master/include/net/
H A Dnetlink.h547 void __nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen,

Completed in 110 milliseconds