Home
last modified time | relevance | path

Searched refs:lap_state (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/net/irda/
Dirlmp_event.c103 static void (*lap_state[]) (struct lap_cb *, IRLMP_EVENT, struct sk_buff *) = variable
126 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()
Dirlmp.c295 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()
/linux-2.4.37.9/include/net/irda/
Dirlmp.h131 IRLMP_STATE lap_state; member