Home
last modified time | relevance | path

Searched refs:lec_arp_tables (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/net/atm/
Dlec.c1069 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() local
1229 (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 …]
Dlec.h93 struct lec_arp_table *lec_arp_tables[LEC_ARP_TABLE_SIZE]; member
Dproc.c574 for(entry = priv->lec_arp_tables[i]; entry; entry = entry->next) { in atm_lec_info()