Home
last modified time | relevance | path

Searched refs:ufid (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/net/openvswitch/
Dflow_table.c339 struct table_instance *new, bool ufid) in flow_table_copy_flows() argument
354 if (ufid) in flow_table_copy_flows()
368 int n_buckets, bool ufid) in table_instance_rehash() argument
376 flow_table_copy_flows(ti, new_ti, ufid); in table_instance_rehash()
531 return jhash(sfid->ufid, sfid->ufid_len, 0); in ufid_hash()
540 return !memcmp(flow->id.ufid, sfid->ufid, sfid->ufid_len); in ovs_flow_cmp_ufid()
552 const struct sw_flow_id *ufid) in ovs_flow_tbl_lookup_ufid() argument
559 hash = ufid_hash(ufid); in ovs_flow_tbl_lookup_ufid()
563 ovs_flow_cmp_ufid(flow, ufid)) in ovs_flow_tbl_lookup_ufid()
581 bool ufid) in table_instance_expand() argument
[all …]
Dflow_netlink.h67 int ovs_nla_get_identifier(struct sw_flow_id *sfid, const struct nlattr *ufid,
Dflow.h199 u32 ufid[MAX_UFID_LENGTH / 4]; member
Ddatapath.c1232 struct sw_flow_id ufid; in ovs_flow_cmd_get() local
1238 ufid_present = ovs_nla_get_ufid(&ufid, a[OVS_FLOW_ATTR_UFID], log); in ovs_flow_cmd_get()
1259 flow = ovs_flow_tbl_lookup_ufid(&dp->table, &ufid); in ovs_flow_cmd_get()
1291 struct sw_flow_id ufid; in ovs_flow_cmd_del() local
1297 ufid_present = ovs_nla_get_ufid(&ufid, a[OVS_FLOW_ATTR_UFID], log); in ovs_flow_cmd_del()
1319 flow = ovs_flow_tbl_lookup_ufid(&dp->table, &ufid); in ovs_flow_cmd_del()
Dflow_netlink.c1850 memcpy(sfid->ufid, nla_data(attr), sfid->ufid_len); in ovs_nla_get_ufid()
1855 int ovs_nla_get_identifier(struct sw_flow_id *sfid, const struct nlattr *ufid, in ovs_nla_get_identifier() argument
1860 if (ovs_nla_get_ufid(sfid, ufid, log)) in ovs_nla_get_identifier()
2220 flow->id.ufid); in ovs_nla_put_identifier()