Home
last modified time | relevance | path

Searched full:ovs_flow_cmd_set (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/netlink/specs/
H A Dovs_flow.yaml390 OVS_FLOW_CMD_NEW requests, optional for OVS_FLOW_CMD_SET requests. An
391 OVS_FLOW_CMD_SET without OVS_FLOW_ATTR_ACTIONS will not modify the
420 If present in a OVS_FLOW_CMD_SET request, clears the last-used time,
/openbmc/linux/include/uapi/linux/
H A Dopenvswitch.h330 OVS_FLOW_CMD_SET enumerator
579 * %OVS_FLOW_CMD_SET requests. An %OVS_FLOW_CMD_SET without
592 * @OVS_FLOW_ATTR_CLEAR: If present in a %OVS_FLOW_CMD_SET request, clears the
/openbmc/linux/net/openvswitch/
H A Ddatapath.c1213 static int ovs_flow_cmd_set(struct sk_buff *skb, struct genl_info *info) in ovs_flow_cmd_set() function
1278 OVS_FLOW_CMD_SET, in ovs_flow_cmd_set()
1285 info, OVS_FLOW_CMD_SET, false, in ovs_flow_cmd_set()
1527 { .cmd = OVS_FLOW_CMD_SET,
1530 .doit = ovs_flow_cmd_set,
1544 .resv_start_op = OVS_FLOW_CMD_SET + 1,
/openbmc/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py59 OVS_FLOW_CMD_SET = 4 variable