Searched defs:lec_priv (Results 1 – 1 of 1) sorted by relevance
71 struct lec_priv { struct72 unsigned short lecid; /* Lecid of this client */73 struct hlist_head lec_arp_empty_ones;75 struct hlist_head lec_arp_tables[LEC_ARP_TABLE_SIZE];77 struct hlist_head lec_no_forward;84 struct hlist_head mcast_fwds;91 spinlock_t lec_arp_lock;92 struct atm_vcc *mcast_vcc; /* Default Multicast Send VCC */93 struct atm_vcc *lecd;94 struct delayed_work lec_arp_work; /* C10 */[all …]