Lines Matching refs:lsap_cb

153 struct lsap_cb *irlmp_open_lsap(__u8 slsap_sel, notify_t *notify, __u8 pid)  in irlmp_open_lsap()
155 struct lsap_cb *self; in irlmp_open_lsap()
171 self = kzalloc(sizeof(struct lsap_cb), GFP_ATOMIC); in irlmp_open_lsap()
207 static void __irlmp_close_lsap(struct lsap_cb *self) in __irlmp_close_lsap()
230 void irlmp_close_lsap(struct lsap_cb *self) in irlmp_close_lsap()
233 struct lsap_cb *lsap = NULL; in irlmp_close_lsap()
368 int irlmp_connect_request(struct lsap_cb *self, __u8 dlsap_sel, in irlmp_connect_request()
374 struct lsap_cb *lsap; in irlmp_connect_request()
511 void irlmp_connect_indication(struct lsap_cb *self, struct sk_buff *skb) in irlmp_connect_indication()
554 int irlmp_connect_response(struct lsap_cb *self, struct sk_buff *userdata) in irlmp_connect_response()
584 void irlmp_connect_confirm(struct lsap_cb *self, struct sk_buff *skb) in irlmp_connect_confirm()
623 struct lsap_cb *irlmp_dup(struct lsap_cb *orig, void *instance) in irlmp_dup()
625 struct lsap_cb *new; in irlmp_dup()
677 int irlmp_disconnect_request(struct lsap_cb *self, struct sk_buff *userdata) in irlmp_disconnect_request()
679 struct lsap_cb *lsap; in irlmp_disconnect_request()
739 void irlmp_disconnect_indication(struct lsap_cb *self, LM_REASON reason, in irlmp_disconnect_indication()
742 struct lsap_cb *lsap; in irlmp_disconnect_indication()
1106 int irlmp_data_request(struct lsap_cb *self, struct sk_buff *userdata) in irlmp_data_request()
1132 void irlmp_data_indication(struct lsap_cb *self, struct sk_buff *skb) in irlmp_data_indication()
1147 int irlmp_udata_request(struct lsap_cb *self, struct sk_buff *userdata) in irlmp_udata_request()
1171 void irlmp_udata_indication(struct lsap_cb *self, struct sk_buff *skb) in irlmp_udata_indication()
1192 int irlmp_connless_data_request(struct lsap_cb *self, struct sk_buff *userdata, in irlmp_connless_data_request()
1245 void irlmp_connless_data_indication(struct lsap_cb *self, struct sk_buff *skb) in irlmp_connless_data_indication()
1273 struct lsap_cb *next; in irlmp_status_indication()
1274 struct lsap_cb *curr; in irlmp_status_indication()
1277 curr = (struct lsap_cb *) hashbin_get_first( self->lsaps); in irlmp_status_indication()
1306 struct lsap_cb *next; in irlmp_flow_indication()
1307 struct lsap_cb *curr; in irlmp_flow_indication()
1328 next = (struct lsap_cb *) hashbin_get_first(self->lsaps); in irlmp_flow_indication()
1631 struct lsap_cb *self; in irlmp_slsap_inuse()
1666 self = (struct lsap_cb *) hashbin_get_first(lap->lsaps); in irlmp_slsap_inuse()
1676 self = (struct lsap_cb*) hashbin_get_next(lap->lsaps); in irlmp_slsap_inuse()
1693 self = (struct lsap_cb *) hashbin_get_first(irlmp->unconnected_lsaps); in irlmp_slsap_inuse()
1701 self = (struct lsap_cb*) hashbin_get_next(irlmp->unconnected_lsaps); in irlmp_slsap_inuse()
1916 struct lsap_cb *self = v; in irlmp_seq_show()
1950 for (self = (struct lsap_cb *) hashbin_get_first(lap->lsaps); in irlmp_seq_show()
1952 self = (struct lsap_cb *)hashbin_get_next(lap->lsaps)) { in irlmp_seq_show()