Searched refs:__nla_put (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/lib/ |
| D | nlattr.c | 988 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen, in __nla_put() function 996 EXPORT_SYMBOL(__nla_put); 1052 __nla_put(skb, attrtype, attrlen, data); in nla_put()
|
| /Linux-v5.15/include/net/ |
| D | netlink.h | 522 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen,
|
| /Linux-v5.15/net/openvswitch/ |
| D | datapath.c | 470 __nla_put(user_skb, OVS_PACKET_ATTR_USERDATA, in queue_userspace_packet()
|