Home
last modified time | relevance | path

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

/linux-4.4.14/net/openvswitch/
Dflow.h203 static inline bool ovs_identifier_is_ufid(const struct sw_flow_id *sfid) in ovs_identifier_is_ufid() function
210 return !ovs_identifier_is_ufid(sfid); in ovs_identifier_is_key()
Dflow_table.c264 if (ovs_identifier_is_ufid(&flow->id)) in table_instance_destroy()
467 BUG_ON(ovs_identifier_is_ufid(&flow->id)); in ovs_flow_cmp_unmasked_key()
550 if (ovs_identifier_is_ufid(&flow->id)) in ovs_flow_cmp()
618 if (ovs_identifier_is_ufid(&flow->id)) { in ovs_flow_tbl_remove()
745 if (ovs_identifier_is_ufid(&flow->id)) in ovs_flow_tbl_insert()
Ddatapath.c708 return ovs_identifier_is_ufid(sfid) && in should_fill_key()
729 if (sfid && ovs_identifier_is_ufid(sfid)) in ovs_flow_cmd_msg_size()
981 if (ovs_identifier_is_ufid(&new_flow->id)) in ovs_flow_cmd_new()
Dflow_netlink.c1651 if (ovs_identifier_is_ufid(&flow->id)) in ovs_nla_put_identifier()