Searched refs:__nla_put_64bit (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/lib/ |
D | nlattr.c | 1024 void __nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen, in __nla_put_64bit() function 1032 EXPORT_SYMBOL(__nla_put_64bit); 1095 __nla_put_64bit(skb, attrtype, attrlen, data, padattr); in nla_put_64bit()
|
/linux-6.1.9/include/net/ |
D | netlink.h | 539 void __nla_put_64bit(struct sk_buff *skb, int attrtype, int attrlen,
|