Lines Matching refs:lsap_cb

87 static int irlmp_state_disconnected(struct lsap_cb *, IRLMP_EVENT,
89 static int irlmp_state_connect (struct lsap_cb *, IRLMP_EVENT,
91 static int irlmp_state_connect_pend(struct lsap_cb *, IRLMP_EVENT,
93 static int irlmp_state_dtr (struct lsap_cb *, IRLMP_EVENT,
95 static int irlmp_state_setup (struct lsap_cb *, IRLMP_EVENT,
97 static int irlmp_state_setup_pend (struct lsap_cb *, IRLMP_EVENT,
107 static int (*lsap_state[])( struct lsap_cb *, IRLMP_EVENT, struct sk_buff *) =
126 static inline void irlmp_next_lsap_state(struct lsap_cb *self, in irlmp_next_lsap_state()
137 int irlmp_do_lsap_event(struct lsap_cb *self, IRLMP_EVENT event, in irlmp_do_lsap_event()
181 struct lsap_cb *self = (struct lsap_cb *) data; in irlmp_watchdog_timer_expired()
206 struct lsap_cb *lsap; in irlmp_do_all_lsap_event()
207 struct lsap_cb *lsap_next; in irlmp_do_all_lsap_event()
225 lsap = (struct lsap_cb *) hashbin_get_first(lsap_hashbin); in irlmp_do_all_lsap_event()
477 static int irlmp_state_disconnected(struct lsap_cb *self, IRLMP_EVENT event, in irlmp_state_disconnected()
554 static int irlmp_state_connect(struct lsap_cb *self, IRLMP_EVENT event, in irlmp_state_connect()
557 struct lsap_cb *lsap; in irlmp_state_connect()
614 static int irlmp_state_connect_pend(struct lsap_cb *self, IRLMP_EVENT event, in irlmp_state_connect_pend()
678 static int irlmp_state_dtr(struct lsap_cb *self, IRLMP_EVENT event, in irlmp_state_dtr()
768 static int irlmp_state_setup(struct lsap_cb *self, IRLMP_EVENT event, in irlmp_state_setup()
838 static int irlmp_state_setup_pend(struct lsap_cb *self, IRLMP_EVENT event, in irlmp_state_setup_pend()