Home
last modified time | relevance | path

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

/linux-3.3/net/atm/
Dlec.h71 struct lec_priv { struct
72 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 …]