Home
last modified time | relevance | path

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

/linux-6.6.21/net/atm/
Dlec.h72 struct lec_priv { struct
73 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 …]