Searched refs:lap_state (Results 1 – 3 of 3) sorted by relevance
103 static void (*lap_state[]) (struct lap_cb *, IRLMP_EVENT, struct sk_buff *) = variable126 self->lap_state = state; in irlmp_next_lap_state()166 irlmp_state[self->lap_state]); in irlmp_do_lap_event()168 (*lap_state[self->lap_state]) (self, event, skb); in irlmp_do_lap_event()
295 lap->lap_state = LAP_STANDBY; in irlmp_register_link()751 if (lap->lap_state == LAP_STANDBY) { in irlmp_do_expiry()798 if (lap->lap_state == LAP_STANDBY) { in irlmp_do_discovery()1771 irlmp_state[lap->lap_state]); in irlmp_proc_read()
131 IRLMP_STATE lap_state; member