Searched refs:dp_flow_genl_family (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/net/openvswitch/ |
| D | datapath.c | 52 static struct genl_family dp_flow_genl_family; variable 806 ovs_header = genlmsg_put(skb, portid, seq, &dp_flow_genl_family, in ovs_flow_cmd_fill_info() 857 if (!always && !ovs_must_notify(&dp_flow_genl_family, info, 0)) in ovs_flow_cmd_alloc_info() 1038 ovs_notify(&dp_flow_genl_family, reply, info); in ovs_flow_cmd_new() 1215 ovs_notify(&dp_flow_genl_family, reply, info); in ovs_flow_cmd_set() 1351 ovs_notify(&dp_flow_genl_family, reply, info); in ovs_flow_cmd_del() 1373 err = genlmsg_parse_deprecated(cb->nlh, &dp_flow_genl_family, a, in ovs_flow_cmd_dump() 1444 static struct genl_family dp_flow_genl_family __ro_after_init = { 2347 &dp_flow_genl_family,
|