Home
last modified time | relevance | path

Searched defs:lec_priv (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/net/atm/
Dlec.h88 struct lec_priv { struct
89 struct net_device_stats stats;
90 unsigned short lecid; /* Lecid of this client */
91 struct lec_arp_table *lec_arp_empty_ones;
93 struct lec_arp_table *lec_arp_tables[LEC_ARP_TABLE_SIZE];
95 struct lec_arp_table *lec_no_forward;
100 struct lec_arp_table *mcast_fwds;
105 atomic_t lec_arp_users;
106 spinlock_t lec_arp_lock;
107 struct atm_vcc *mcast_vcc; /* Default Multicast Send VCC */
[all …]