Searched refs:dp_vport_genl_family (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/net/openvswitch/ |
H A D | dp_notify.c | 37 genl_set_err(&dp_vport_genl_family, ovs_dp_get_net(dp), 0, dp_detach_port_notify() 42 genlmsg_multicast_netns(&dp_vport_genl_family, dp_detach_port_notify()
|
H A D | datapath.h | 181 extern struct genl_family dp_vport_genl_family;
|
H A D | datapath.c | 1776 ovs_header = genlmsg_put(skb, portid, seq, &dp_vport_genl_family, ovs_vport_cmd_fill_info() 1935 ovs_notify(&dp_vport_genl_family, reply, info); ovs_vport_cmd_new() 1987 ovs_notify(&dp_vport_genl_family, reply, info); ovs_vport_cmd_set() 2024 ovs_notify(&dp_vport_genl_family, reply, info); ovs_vport_cmd_del() 2135 struct genl_family dp_vport_genl_family = { variable in typeref:struct:genl_family 2151 &dp_vport_genl_family,
|
Completed in 45 milliseconds