Searched refs:dp_flow_genl_family (Results 1 – 1 of 1) sorted by relevance
/net/openvswitch/ |
D | datapath.c | 56 static struct genl_family dp_flow_genl_family; variable 880 ovs_header = genlmsg_put(skb, portid, seq, &dp_flow_genl_family, in ovs_flow_cmd_fill_info() 931 if (!always && !ovs_must_notify(&dp_flow_genl_family, info, 0)) in ovs_flow_cmd_alloc_info() 1118 ovs_notify(&dp_flow_genl_family, reply, info); in ovs_flow_cmd_new() 1300 ovs_notify(&dp_flow_genl_family, reply, info); in ovs_flow_cmd_set() 1439 ovs_notify(&dp_flow_genl_family, reply, info); in ovs_flow_cmd_del() 1463 err = genlmsg_parse_deprecated(cb->nlh, &dp_flow_genl_family, a, in ovs_flow_cmd_dump() 1534 static struct genl_family dp_flow_genl_family __ro_after_init = { 2594 &dp_flow_genl_family,
|