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

/linux-4.1.27/net/openvswitch/
H A Ddatapath.c65 static struct genl_family dp_flow_genl_family; variable in typeref:struct:genl_family
781 ovs_header = genlmsg_put(skb, portid, seq, &dp_flow_genl_family, ovs_flow_cmd_fill_info()
832 if (!always && !ovs_must_notify(&dp_flow_genl_family, info, 0)) ovs_flow_cmd_alloc_info()
1009 ovs_notify(&dp_flow_genl_family, reply, info); ovs_flow_cmd_new()
1141 ovs_notify(&dp_flow_genl_family, reply, info); ovs_flow_cmd_set()
1275 ovs_notify(&dp_flow_genl_family, reply, info); ovs_flow_cmd_del()
1297 err = genlmsg_parse(cb->nlh, &dp_flow_genl_family, a, ovs_flow_cmd_dump()
1368 static struct genl_family dp_flow_genl_family = { variable in typeref:struct:genl_family
2152 &dp_flow_genl_family,

Completed in 46 milliseconds