Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dnlattr.c1013 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen, in __nla_put() function
1021 EXPORT_SYMBOL(__nla_put);
1077 __nla_put(skb, attrtype, attrlen, data); in nla_put()
/openbmc/linux/include/net/
H A Dnetlink.h534 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen,
/openbmc/linux/net/openvswitch/
H A Ddatapath.c502 __nla_put(user_skb, OVS_PACKET_ATTR_USERDATA, in queue_userspace_packet()