Searched refs:ntre (Results 1 – 1 of 1) sorted by relevance
98 struct nxctl_traffic_rule_eth *__single ntre = NULL; in nxctl_eth_traffic_rule_find_qset_id() local121 ntre = __container_of(ntr, struct nxctl_traffic_rule_eth, ntre_common); in nxctl_eth_traffic_rule_find_qset_id()122 *qset_id = ntre->ntre_ra.ras_qset_id; in nxctl_eth_traffic_rule_find_qset_id()296 eth_traffic_rule_match(struct nxctl_traffic_rule_eth *ntre, const char *ifname, in eth_traffic_rule_match() argument299 struct nxctl_traffic_rule *ntr = (struct nxctl_traffic_rule *)ntre; in eth_traffic_rule_match()305 tdi0 = &ntre->ntre_td; in eth_traffic_rule_match()333 struct nxctl_traffic_rule_eth *ntre = NULL; in eth_traffic_rule_find() local351 SLIST_FOREACH(ntre, &rif->rei_lists[i], ntre_storage_link) { in eth_traffic_rule_find()352 if (eth_traffic_rule_match(ntre, ifname, flags, tdi)) { in eth_traffic_rule_find()353 *ntrp = (struct nxctl_traffic_rule *)ntre; in eth_traffic_rule_find()[all …]