Searched full:ovs_flow_cmd_set (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/Documentation/netlink/specs/ |
D | ovs_flow.yaml | 394 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/ |
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
|
/linux-6.14.4/net/openvswitch/ |
D | datapath.c | 1212 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/ |
D | ovs-dpctl.py | 64 OVS_FLOW_CMD_SET = 4 variable
|