Home
last modified time | relevance | path

Searched refs:__nla_put (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dnlattr.c970 * __nla_put - Add a netlink attribute to a socket buffer
979 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen, in __nla_put() function
987 EXPORT_SYMBOL(__nla_put); variable
1043 __nla_put(skb, attrtype, attrlen, data); in nla_put()
/kernel/linux/linux-6.6/lib/
H A Dnlattr.c1004 * __nla_put - Add a netlink attribute to a socket buffer
1013 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen, in __nla_put() function
1021 EXPORT_SYMBOL(__nla_put); variable
1077 __nla_put(skb, attrtype, attrlen, data); in nla_put()
/kernel/linux/linux-5.10/include/net/
H A Dnetlink.h522 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen,
/kernel/linux/linux-6.6/include/net/
H A Dnetlink.h534 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen,
/kernel/linux/linux-5.10/net/openvswitch/
H A Ddatapath.c464 __nla_put(user_skb, OVS_PACKET_ATTR_USERDATA, in queue_userspace_packet()
/kernel/linux/linux-6.6/net/openvswitch/
H A Ddatapath.c502 __nla_put(user_skb, OVS_PACKET_ATTR_USERDATA, in queue_userspace_packet()

Completed in 27 milliseconds