Searched full:ovs_flow_cmd_set (Results 1 – 3 of 3) sorted by relevance
336 OVS_FLOW_CMD_SET enumerator585 * %OVS_FLOW_CMD_SET requests. An %OVS_FLOW_CMD_SET without598 * @OVS_FLOW_ATTR_CLEAR: If present in a %OVS_FLOW_CMD_SET request, clears the
1242 static int ovs_flow_cmd_set(struct sk_buff *skb, struct genl_info *info) in ovs_flow_cmd_set() function1307 OVS_FLOW_CMD_SET, in ovs_flow_cmd_set()1314 info, OVS_FLOW_CMD_SET, false, in ovs_flow_cmd_set()1556 { .cmd = OVS_FLOW_CMD_SET,1559 .doit = ovs_flow_cmd_set,1573 .resv_start_op = OVS_FLOW_CMD_SET + 1,
64 OVS_FLOW_CMD_SET = 4 variable