Searched refs:lec_arp_tables (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/net/atm/
H A Dlec.c862 v = lec_tbl_walk(state, &priv->lec_arp_tables[p], l); lec_arp_walk()
1258 INIT_HLIST_HEAD(&priv->lec_arp_tables[i]); lec_arp_init()
1299 tmp = &priv->lec_arp_tables[HASH(entry->mac_addr[ETH_ALEN - 1])]; lec_arp_add()
1330 &priv->lec_arp_tables[i], next) { lec_arp_remove()
1374 &priv->lec_arp_tables[i], next) { dump_arp_table()
1502 &priv->lec_arp_tables[i], next) { lec_arp_destroy()
1506 INIT_HLIST_HEAD(&priv->lec_arp_tables[i]); lec_arp_destroy()
1549 head = &priv->lec_arp_tables[HASH(mac_addr[ETH_ALEN - 1])]; hlist_for_each_entry()
1698 &priv->lec_arp_tables[i], next) { lec_arp_check_expire()
1832 &priv->lec_arp_tables[i], next) { lec_addr_delete()
1918 &priv->lec_arp_tables[i], next) { lec_arp_update()
2028 &priv->lec_arp_tables[i], next) { lec_vcc_added()
2112 &priv->lec_arp_tables[i], next) { lec_flush_complete()
2146 &priv->lec_arp_tables[i], next) { lec_set_flush_tran_id()
2208 &priv->lec_arp_tables[i], next) { lec_vcc_close()
H A Dlec.h75 struct hlist_head lec_arp_tables[LEC_ARP_TABLE_SIZE]; member in struct:lec_priv

Completed in 164 milliseconds