Home
last modified time | relevance | path

Searched refs:ovs_identifier_is_ufid (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/net/openvswitch/
Dflow.h269 static inline bool ovs_identifier_is_ufid(const struct sw_flow_id *sfid) in ovs_identifier_is_ufid() function
276 return !ovs_identifier_is_ufid(sfid); in ovs_identifier_is_key()
Dflow_table.c259 if (ovs_identifier_is_ufid(&flow->id)) in table_instance_destroy()
462 BUG_ON(ovs_identifier_is_ufid(&flow->id)); in ovs_flow_cmp_unmasked_key()
545 if (ovs_identifier_is_ufid(&flow->id)) in ovs_flow_cmp()
613 if (ovs_identifier_is_ufid(&flow->id)) { in ovs_flow_tbl_remove()
740 if (ovs_identifier_is_ufid(&flow->id)) in ovs_flow_tbl_insert()
Ddatapath.c680 return ovs_identifier_is_ufid(sfid) && in should_fill_key()
701 if (sfid && ovs_identifier_is_ufid(sfid)) in ovs_flow_cmd_msg_size()
959 if (ovs_identifier_is_ufid(&new_flow->id)) in ovs_flow_cmd_new()
Dflow_netlink.c2218 if (ovs_identifier_is_ufid(&flow->id)) in ovs_nla_put_identifier()