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

/linux-master/lib/
H A Dnlattr.c1026 * __nla_put - Add a netlink attribute to a socket buffer
1035 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen, function
1043 EXPORT_SYMBOL(__nla_put); variable
1099 __nla_put(skb, attrtype, attrlen, data);
/linux-master/include/net/
H A Dnetlink.h545 void __nla_put(struct sk_buff *skb, int attrtype, int attrlen,
/linux-master/net/openvswitch/
H A Ddatapath.c502 __nla_put(user_skb, OVS_PACKET_ATTR_USERDATA,

Completed in 122 milliseconds