Lines Matching refs:lsap_cb

90 static int irlmp_state_disconnected(struct lsap_cb *, IRLMP_EVENT, 
92 static int irlmp_state_connect (struct lsap_cb *, IRLMP_EVENT,
94 static int irlmp_state_connect_pend(struct lsap_cb *, IRLMP_EVENT,
96 static int irlmp_state_dtr (struct lsap_cb *, IRLMP_EVENT,
98 static int irlmp_state_setup (struct lsap_cb *, IRLMP_EVENT,
100 static int irlmp_state_setup_pend (struct lsap_cb *, IRLMP_EVENT,
110 static int (*lsap_state[])( struct lsap_cb *, IRLMP_EVENT, struct sk_buff *) =
129 static inline void irlmp_next_lsap_state(struct lsap_cb *self, in irlmp_next_lsap_state()
140 int irlmp_do_lsap_event(struct lsap_cb *self, IRLMP_EVENT event, in irlmp_do_lsap_event()
188 struct lsap_cb *self = (struct lsap_cb *) data; in irlmp_watchdog_timer_expired()
275 struct lsap_cb *lsap; in irlmp_state_u_connect()
276 struct lsap_cb *lsap_current; in irlmp_state_u_connect()
291 lsap = (struct lsap_cb *) hashbin_get_first(self->lsaps); in irlmp_state_u_connect()
294 lsap = (struct lsap_cb*) hashbin_get_next(self->lsaps); in irlmp_state_u_connect()
311 lsap = (struct lsap_cb *) hashbin_get_first(self->lsaps); in irlmp_state_u_connect()
314 lsap = (struct lsap_cb*) hashbin_get_next(self->lsaps); in irlmp_state_u_connect()
329 lsap = (struct lsap_cb *) hashbin_get_first( self->lsaps); in irlmp_state_u_connect()
336 lsap = (struct lsap_cb *) hashbin_get_next(self->lsaps); in irlmp_state_u_connect()
369 struct lsap_cb *lsap; in irlmp_state_active()
370 struct lsap_cb *lsap_current; in irlmp_state_active()
384 lsap = (struct lsap_cb *) hashbin_get_first(self->lsaps); in irlmp_state_active()
387 lsap = (struct lsap_cb*) hashbin_get_next(self->lsaps); in irlmp_state_active()
391 lsap = (struct lsap_cb *) hashbin_get_first(irlmp->unconnected_lsaps); in irlmp_state_active()
396 lsap = (struct lsap_cb*) hashbin_get_next(irlmp->unconnected_lsaps); in irlmp_state_active()
448 lsap = (struct lsap_cb *) hashbin_get_first(self->lsaps); in irlmp_state_active()
455 lsap = (struct lsap_cb *) hashbin_get_next(self->lsaps); in irlmp_state_active()
491 static int irlmp_state_disconnected(struct lsap_cb *self, IRLMP_EVENT event, in irlmp_state_disconnected()
563 static int irlmp_state_connect(struct lsap_cb *self, IRLMP_EVENT event, in irlmp_state_connect()
566 struct lsap_cb *lsap; in irlmp_state_connect()
622 static int irlmp_state_connect_pend(struct lsap_cb *self, IRLMP_EVENT event, in irlmp_state_connect_pend()
684 static int irlmp_state_dtr(struct lsap_cb *self, IRLMP_EVENT event, in irlmp_state_dtr()
775 static int irlmp_state_setup(struct lsap_cb *self, IRLMP_EVENT event, in irlmp_state_setup()
849 static int irlmp_state_setup_pend(struct lsap_cb *self, IRLMP_EVENT event, in irlmp_state_setup_pend()