Searched refs:__nla_put (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | nlattr.c | 970 * __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 D | nlattr.c | 1004 * __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 D | netlink.h | 522 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | netlink.h | 534 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen,
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | datapath.c | 464 __nla_put(user_skb, OVS_PACKET_ATTR_USERDATA, in queue_userspace_packet()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | datapath.c | 502 __nla_put(user_skb, OVS_PACKET_ATTR_USERDATA, in queue_userspace_packet()
|
Completed in 14 milliseconds