Home
last modified time | relevance | path

Searched refs:ufid_present (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/openvswitch/
H A Ddatapath.c1189 bool ufid_present; in ovs_flow_cmd_set() local
1191 ufid_present = ovs_nla_get_ufid(&sfid, a[OVS_FLOW_ATTR_UFID], log); in ovs_flow_cmd_set()
1192 if (!a[OVS_FLOW_ATTR_KEY] && !ufid_present) { in ovs_flow_cmd_set()
1220 if (ufid_present) in ovs_flow_cmd_set()
1290 bool ufid_present; in ovs_flow_cmd_get() local
1292 ufid_present = ovs_nla_get_ufid(&ufid, a[OVS_FLOW_ATTR_UFID], log); in ovs_flow_cmd_get()
1297 } else if (!ufid_present) { in ovs_flow_cmd_get()
1312 if (ufid_present) in ovs_flow_cmd_get()
1349 bool ufid_present; in ovs_flow_cmd_del() local
1351 ufid_present in ovs_flow_cmd_del()
[all...]
/kernel/linux/linux-6.6/net/openvswitch/
H A Ddatapath.c1228 bool ufid_present; in ovs_flow_cmd_set() local
1230 ufid_present = ovs_nla_get_ufid(&sfid, a[OVS_FLOW_ATTR_UFID], log); in ovs_flow_cmd_set()
1231 if (!a[OVS_FLOW_ATTR_KEY] && !ufid_present) { in ovs_flow_cmd_set()
1259 if (ufid_present) in ovs_flow_cmd_set()
1329 bool ufid_present; in ovs_flow_cmd_get() local
1331 ufid_present = ovs_nla_get_ufid(&ufid, a[OVS_FLOW_ATTR_UFID], log); in ovs_flow_cmd_get()
1336 } else if (!ufid_present) { in ovs_flow_cmd_get()
1351 if (ufid_present) in ovs_flow_cmd_get()
1388 bool ufid_present; in ovs_flow_cmd_del() local
1390 ufid_present in ovs_flow_cmd_del()
[all...]

Completed in 6 milliseconds