Lines Matching refs:hashbin_get_first
427 hashbin_get_first(irlmp->cachelog); in irlmp_connect_request()
815 lap = (struct lap_cb *) hashbin_get_first(irlmp->links); in irlmp_do_expiry()
865 lap = (struct lap_cb *) hashbin_get_first(irlmp->links); in irlmp_do_discovery()
1016 client = (irlmp_client_t *) hashbin_get_first(irlmp->clients); in irlmp_discovery_confirm()
1046 client = (irlmp_client_t *) hashbin_get_first(irlmp->clients); in irlmp_discovery_expiry()
1216 lap = (struct lap_cb *) hashbin_get_first(irlmp->links); in irlmp_connless_data_request()
1277 curr = (struct lsap_cb *) hashbin_get_first( self->lsaps); in irlmp_status_indication()
1328 next = (struct lsap_cb *) hashbin_get_first(self->lsaps); in irlmp_flow_indication()
1513 service = (irlmp_service_t *) hashbin_get_first(irlmp->services); in irlmp_unregister_service()
1656 lap = (struct lap_cb *) hashbin_get_first(irlmp->links); in irlmp_slsap_inuse()
1666 self = (struct lsap_cb *) hashbin_get_first(lap->lsaps); in irlmp_slsap_inuse()
1693 self = (struct lsap_cb *) hashbin_get_first(irlmp->unconnected_lsaps); in irlmp_slsap_inuse()
1839 for (element = hashbin_get_first(iter->hashbin); in irlmp_seq_hb_idx()
1950 for (self = (struct lsap_cb *) hashbin_get_first(lap->lsaps); in irlmp_seq_show()