Searched refs:dp_flow_genl_family (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/net/openvswitch/ |
D | datapath.c | 55 static struct genl_family dp_flow_genl_family; variable 879 ovs_header = genlmsg_put(skb, portid, seq, &dp_flow_genl_family, in ovs_flow_cmd_fill_info() 930 if (!always && !ovs_must_notify(&dp_flow_genl_family, info, 0)) in ovs_flow_cmd_alloc_info() 1117 ovs_notify(&dp_flow_genl_family, reply, info); in ovs_flow_cmd_new() 1299 ovs_notify(&dp_flow_genl_family, reply, info); in ovs_flow_cmd_set() 1438 ovs_notify(&dp_flow_genl_family, reply, info); in ovs_flow_cmd_del() 1462 err = genlmsg_parse_deprecated(cb->nlh, &dp_flow_genl_family, a, in ovs_flow_cmd_dump() 1533 static struct genl_family dp_flow_genl_family __ro_after_init = { 2593 &dp_flow_genl_family,
|