Home
last modified time | relevance | path

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

/net/openvswitch/
A Dflow_table.c577 struct table_instance *new, bool ufid) in flow_table_copy_flows() argument
590 if (ufid) in flow_table_copy_flows()
604 int n_buckets, bool ufid) in table_instance_rehash() argument
612 flow_table_copy_flows(ti, new_ti, ufid); in table_instance_rehash()
896 return jhash(sfid->ufid, sfid->ufid_len, 0); in ufid_hash()
905 return !memcmp(flow->id.ufid, sfid->ufid, sfid->ufid_len); in ovs_flow_cmp_ufid()
918 const struct sw_flow_id *ufid) in ovs_flow_tbl_lookup_ufid() argument
925 hash = ufid_hash(ufid); in ovs_flow_tbl_lookup_ufid()
930 ovs_flow_cmp_ufid(flow, ufid)) in ovs_flow_tbl_lookup_ufid()
950 bool ufid) in table_instance_expand() argument
[all …]
A Dflow_netlink.h53 int ovs_nla_get_identifier(struct sw_flow_id *sfid, const struct nlattr *ufid,
A Dflow.h201 u32 ufid[MAX_UFID_LENGTH / 4]; member
A Ddatapath.c1354 struct sw_flow_id ufid; in ovs_flow_cmd_get() local
1360 ufid_present = ovs_nla_get_ufid(&ufid, a[OVS_FLOW_ATTR_UFID], log); in ovs_flow_cmd_get()
1381 flow = ovs_flow_tbl_lookup_ufid(&dp->table, &ufid); in ovs_flow_cmd_get()
1413 struct sw_flow_id ufid; in ovs_flow_cmd_del() local
1419 ufid_present = ovs_nla_get_ufid(&ufid, a[OVS_FLOW_ATTR_UFID], log); in ovs_flow_cmd_del()
1441 flow = ovs_flow_tbl_lookup_ufid(&dp->table, &ufid); in ovs_flow_cmd_del()
A Dflow_netlink.c1916 memcpy(sfid->ufid, nla_data(attr), sfid->ufid_len); in ovs_nla_get_ufid()
1921 int ovs_nla_get_identifier(struct sw_flow_id *sfid, const struct nlattr *ufid, in ovs_nla_get_identifier() argument
1926 if (ovs_nla_get_ufid(sfid, ufid, log)) in ovs_nla_get_identifier()
2300 flow->id.ufid); in ovs_nla_put_identifier()

Completed in 23 milliseconds