Home
last modified time | relevance | path

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

/Linux-v4.19/net/atm/
Dlec.c857 v = lec_tbl_walk(state, &priv->lec_arp_tables[p], l); in lec_arp_walk()
1243 INIT_HLIST_HEAD(&priv->lec_arp_tables[i]); in lec_arp_init()
1284 tmp = &priv->lec_arp_tables[HASH(entry->mac_addr[ETH_ALEN - 1])]; in lec_arp_add()
1315 &priv->lec_arp_tables[i], next) { in lec_arp_remove()
1359 &priv->lec_arp_tables[i], next) { in dump_arp_table()
1487 &priv->lec_arp_tables[i], next) { in lec_arp_destroy()
1491 INIT_HLIST_HEAD(&priv->lec_arp_tables[i]); in lec_arp_destroy()
1534 head = &priv->lec_arp_tables[HASH(mac_addr[ETH_ALEN - 1])]; in lec_arp_find()
1682 &priv->lec_arp_tables[i], next) { in lec_arp_check_expire()
1816 &priv->lec_arp_tables[i], next) { in lec_addr_delete()
[all …]
Dlec.h76 struct hlist_head lec_arp_tables[LEC_ARP_TABLE_SIZE]; member