Searched refs:ufid (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/net/openvswitch/ |
D | flow_table.c | 344 struct table_instance *new, bool ufid) in flow_table_copy_flows() argument 359 if (ufid) in flow_table_copy_flows() 373 int n_buckets, bool ufid) in table_instance_rehash() argument 381 flow_table_copy_flows(ti, new_ti, ufid); in table_instance_rehash() 536 return jhash(sfid->ufid, sfid->ufid_len, 0); in ufid_hash() 545 return !memcmp(flow->id.ufid, sfid->ufid, sfid->ufid_len); in ovs_flow_cmp_ufid() 557 const struct sw_flow_id *ufid) in ovs_flow_tbl_lookup_ufid() argument 564 hash = ufid_hash(ufid); in ovs_flow_tbl_lookup_ufid() 568 ovs_flow_cmp_ufid(flow, ufid)) in ovs_flow_tbl_lookup_ufid() 586 bool ufid) in table_instance_expand() argument [all …]
|
D | flow_netlink.h | 63 int ovs_nla_get_identifier(struct sw_flow_id *sfid, const struct nlattr *ufid,
|
D | flow.h | 149 u32 ufid[MAX_UFID_LENGTH / 4]; member
|
D | datapath.c | 1212 struct sw_flow_id ufid; in ovs_flow_cmd_get() local 1218 ufid_present = ovs_nla_get_ufid(&ufid, a[OVS_FLOW_ATTR_UFID], log); in ovs_flow_cmd_get() 1239 flow = ovs_flow_tbl_lookup_ufid(&dp->table, &ufid); in ovs_flow_cmd_get() 1271 struct sw_flow_id ufid; in ovs_flow_cmd_del() local 1277 ufid_present = ovs_nla_get_ufid(&ufid, a[OVS_FLOW_ATTR_UFID], log); in ovs_flow_cmd_del() 1299 flow = ovs_flow_tbl_lookup_ufid(&dp->table, &ufid); in ovs_flow_cmd_del()
|
D | flow_netlink.c | 1347 memcpy(sfid->ufid, nla_data(attr), sfid->ufid_len); in ovs_nla_get_ufid() 1352 int ovs_nla_get_identifier(struct sw_flow_id *sfid, const struct nlattr *ufid, in ovs_nla_get_identifier() argument 1357 if (ovs_nla_get_ufid(sfid, ufid, log)) in ovs_nla_get_identifier() 1653 flow->id.ufid); in ovs_nla_put_identifier()
|