Home
last modified time | relevance | path

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

/linux-6.14.4/Documentation/netlink/specs/
Dovs_flow.yaml394 OVS_FLOW_CMD_NEW requests, optional for OVS_FLOW_CMD_SET requests. An
395 OVS_FLOW_CMD_SET without OVS_FLOW_ATTR_ACTIONS will not modify the
424 If present in a OVS_FLOW_CMD_SET request, clears the last-used time,
/linux-6.14.4/include/uapi/linux/
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
/linux-6.14.4/net/openvswitch/
Ddatapath.c1212 static int ovs_flow_cmd_set(struct sk_buff *skb, struct genl_info *info) in ovs_flow_cmd_set() function
1277 OVS_FLOW_CMD_SET, in ovs_flow_cmd_set()
1284 info, OVS_FLOW_CMD_SET, false, in ovs_flow_cmd_set()
1526 { .cmd = OVS_FLOW_CMD_SET,
1529 .doit = ovs_flow_cmd_set,
1543 .resv_start_op = OVS_FLOW_CMD_SET + 1,
/linux-6.14.4/tools/testing/selftests/net/openvswitch/
Dovs-dpctl.py64 OVS_FLOW_CMD_SET = 4 variable