Searched refs:lec_arp_tables (Results 1 – 3 of 3) sorted by relevance
1069 priv->lec_arp_tables[i] = NULL; in lec_arp_init()1118 tmp = priv->lec_arp_tables[place]; in lec_arp_add()1121 priv->lec_arp_tables[place] = to_add; in lec_arp_add()1156 tmp = priv->lec_arp_tables[place]; in lec_arp_remove()1158 priv->lec_arp_tables[place] = tmp->next; in lec_arp_remove()1178 for(tmp = priv->lec_arp_tables[place]; tmp != NULL; tmp = tmp->next) { in lec_arp_remove()1228 struct lec_arp_table **lec_arp_tables = in dump_arp_table() local1229 (struct lec_arp_table **)priv->lec_arp_tables; in dump_arp_table()1239 rulla = lec_arp_tables[i]; in dump_arp_table()1385 for(entry =priv->lec_arp_tables[i];entry != NULL; entry=next) { in lec_arp_destroy()[all …]
93 struct lec_arp_table *lec_arp_tables[LEC_ARP_TABLE_SIZE]; member
574 for(entry = priv->lec_arp_tables[i]; entry; entry = entry->next) { in atm_lec_info()