Lines Matching defs:lec_priv
71 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 */
95 unsigned int maximum_unknown_frame_count;
100 unsigned long max_unknown_frame_time;
105 unsigned long vcc_timeout_period;
111 unsigned short max_retry_count;
116 unsigned long aging_time;
121 unsigned long forward_delay_time; /* Topology change flag (C19) */
122 int topology_change;
127 unsigned long arp_response_time;
132 unsigned long flush_timeout;
137 unsigned long path_switching_delay;
139 u8 *tlvs; /* LANE2: TLVs are new */
140 u32 sizeoftlvs; /* The size of the tlv array in bytes */
141 int lane_version; /* LANE2 */
142 int itfnum; /* e.g. 2 for lec2, 5 for lec5 */
143 struct lane2_ops *lane2_ops; /* can be NULL for LANE v1 */
144 int is_proxy; /* bridge between ATM and Ethernet */
145 int is_trdev; /* Device type, 0 = Ethernet, 1 = TokenRing */