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