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

/linux-4.1.27/net/openvswitch/
H A Ddatapath.c1059 bool ufid_present; ovs_flow_cmd_set() local
1068 ufid_present = ovs_nla_get_ufid(&sfid, a[OVS_FLOW_ATTR_UFID], log); ovs_flow_cmd_set()
1100 if (ufid_present) ovs_flow_cmd_set()
1169 bool ufid_present; ovs_flow_cmd_get() local
1171 ufid_present = ovs_nla_get_ufid(&ufid, a[OVS_FLOW_ATTR_UFID], log); ovs_flow_cmd_get()
1176 } else if (!ufid_present) { ovs_flow_cmd_get()
1191 if (ufid_present) ovs_flow_cmd_get()
1227 bool ufid_present; ovs_flow_cmd_del() local
1229 ufid_present = ovs_nla_get_ufid(&ufid, a[OVS_FLOW_ATTR_UFID], log); ovs_flow_cmd_del()
1245 if (unlikely(!a[OVS_FLOW_ATTR_KEY] && !ufid_present)) { ovs_flow_cmd_del()
1250 if (ufid_present) ovs_flow_cmd_del()

Completed in 37 milliseconds