Searched defs:lec_priv (Results 1 – 1 of 1) sorted by relevance
72 struct lec_priv { struct73 unsigned short lecid; /* Lecid of this client */74 struct hlist_head lec_arp_empty_ones;76 struct hlist_head lec_arp_tables[LEC_ARP_TABLE_SIZE];78 struct hlist_head lec_no_forward;85 struct hlist_head mcast_fwds;92 spinlock_t lec_arp_lock;93 struct atm_vcc *mcast_vcc; /* Default Multicast Send VCC */94 struct atm_vcc *lecd;95 struct delayed_work lec_arp_work; /* C10 */[all …]