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

/linux-4.4.14/net/netlink/
H A Dgenetlink.c466 * genlmsg_new_unicast - Allocate generic netlink message for unicast
476 struct sk_buff *genlmsg_new_unicast(size_t payload, struct genl_info *info, genlmsg_new_unicast() function
483 EXPORT_SYMBOL_GPL(genlmsg_new_unicast); variable
/linux-4.4.14/include/net/
H A Dgenetlink.h189 struct sk_buff *genlmsg_new_unicast(size_t payload, struct genl_info *info,
/linux-4.4.14/net/openvswitch/
H A Ddatapath.c469 user_skb = genlmsg_new_unicast(len, &info, GFP_ATOMIC); queue_userspace_packet()
879 skb = genlmsg_new_unicast(len, info, GFP_KERNEL); ovs_flow_cmd_alloc_info()
1486 return genlmsg_new_unicast(ovs_dp_cmd_msg_size(), info, GFP_KERNEL); ovs_dp_cmd_alloc_info()

Completed in 122 milliseconds