Lines Matching refs:hashbin_get_first
430 hashbin_get_first(irlmp->cachelog); in irlmp_connect_request()
820 lap = (struct lap_cb *) hashbin_get_first(irlmp->links); in irlmp_do_expiry()
870 lap = (struct lap_cb *) hashbin_get_first(irlmp->links); in irlmp_do_discovery()
1025 client = (irlmp_client_t *) hashbin_get_first(irlmp->clients); in irlmp_discovery_confirm()
1057 client = (irlmp_client_t *) hashbin_get_first(irlmp->clients); in irlmp_discovery_expiry()
1235 lap = (struct lap_cb *) hashbin_get_first(irlmp->links); in irlmp_connless_data_request()
1298 curr = (struct lsap_cb *) hashbin_get_first( self->lsaps); in irlmp_status_indication()
1349 next = (struct lsap_cb *) hashbin_get_first(self->lsaps); in irlmp_flow_indication()
1536 service = (irlmp_service_t *) hashbin_get_first(irlmp->services); in irlmp_unregister_service()
1686 lap = (struct lap_cb *) hashbin_get_first(irlmp->links); in irlmp_slsap_inuse()
1696 self = (struct lsap_cb *) hashbin_get_first(lap->lsaps); in irlmp_slsap_inuse()
1723 self = (struct lsap_cb *) hashbin_get_first(irlmp->unconnected_lsaps); in irlmp_slsap_inuse()
1868 for (element = hashbin_get_first(iter->hashbin); in irlmp_seq_hb_idx()
1979 for (self = (struct lsap_cb *) hashbin_get_first(lap->lsaps); in irlmp_seq_show()