Searched refs:dp_flow_genl_family (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/net/openvswitch/ |
D | datapath.c | 54 static struct genl_family dp_flow_genl_family; variable 856 ovs_header = genlmsg_put(skb, portid, seq, &dp_flow_genl_family, in ovs_flow_cmd_fill_info() 907 if (!always && !ovs_must_notify(&dp_flow_genl_family, info, 0)) in ovs_flow_cmd_alloc_info() 1091 ovs_notify(&dp_flow_genl_family, reply, info); in ovs_flow_cmd_new() 1269 ovs_notify(&dp_flow_genl_family, reply, info); in ovs_flow_cmd_set() 1408 ovs_notify(&dp_flow_genl_family, reply, info); in ovs_flow_cmd_del() 1432 err = genlmsg_parse_deprecated(cb->nlh, &dp_flow_genl_family, a, in ovs_flow_cmd_dump() 1503 static struct genl_family dp_flow_genl_family __ro_after_init = { 2556 &dp_flow_genl_family,
|