Searched refs:dp_lookup_rep (Results 1 – 1 of 1) sorted by relevance
242 def print_ovsdp_full(dp_lookup_rep, ifindex, ndb=NDB()): argument243 dp_name = dp_lookup_rep.get_attr("OVS_DP_ATTR_NAME")244 base_stats = dp_lookup_rep.get_attr("OVS_DP_ATTR_STATS")245 megaflow_stats = dp_lookup_rep.get_attr("OVS_DP_ATTR_MEGAFLOW_STATS")246 user_features = dp_lookup_rep.get_attr("OVS_DP_ATTR_USER_FEATURES")247 masks_cache_size = dp_lookup_rep.get_attr("OVS_DP_ATTR_MASKS_CACHE_SIZE")