Lines Matching defs:lec_priv
72 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 */
96 unsigned int maximum_unknown_frame_count;
101 unsigned long max_unknown_frame_time;
106 unsigned long vcc_timeout_period;
112 unsigned short max_retry_count;
117 unsigned long aging_time;
122 unsigned long forward_delay_time; /* Topology change flag (C19) */
123 int topology_change;
128 unsigned long arp_response_time;
133 unsigned long flush_timeout;
138 unsigned long path_switching_delay;
140 u8 *tlvs; /* LANE2: TLVs are new */
141 u32 sizeoftlvs; /* The size of the tlv array in bytes */
142 int lane_version; /* LANE2 */
143 int itfnum; /* e.g. 2 for lec2, 5 for lec5 */
144 struct lane2_ops *lane2_ops; /* can be NULL for LANE v1 */
145 int is_proxy; /* bridge between ATM and Ethernet */