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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/atm/
H A Dlec.h76 struct hlist_head lec_arp_tables[LEC_ARP_TABLE_SIZE]; member in struct:lec_priv
H A Dlec.c1048 v = lec_tbl_walk(state, &priv->lec_arp_tables[p], l);
1451 INIT_HLIST_HEAD(&priv->lec_arp_tables[i]);
1493 tmp = &priv->lec_arp_tables[HASH(entry->mac_addr[ETH_ALEN - 1])];
1525 hlist_for_each_entry(entry, node, &priv->lec_arp_tables[i], next) {
1573 hlist_for_each_entry(rulla, node, &priv->lec_arp_tables[i], next) {
1716 hlist_for_each_entry_safe(entry, node, next, &priv->lec_arp_tables[i], next) {
1720 INIT_HLIST_HEAD(&priv->lec_arp_tables[i]);
1764 head = &priv->lec_arp_tables[HASH(mac_addr[ETH_ALEN - 1])];
1871 hlist_for_each_entry_safe(entry, node, next, &priv->lec_arp_tables[i], next) {
2039 hlist_for_each_entry_safe(entry, node, next, &priv->lec_arp_tables[
[all...]

Completed in 104 milliseconds