Searched full:ovs_flow_cmd_set (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/Documentation/netlink/specs/ |
H A D | ovs_flow.yaml | 390 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 D | openvswitch.h | 330 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 D | datapath.c | 1213 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 D | ovs-dpctl.py | 59 OVS_FLOW_CMD_SET = 4 variable
|