Searched refs:call_id_map (Results 1 – 2 of 2) sorted by relevance
134 if (_this->call_id_map == NULL) in pptpd_init()135 _this->call_id_map = hash_create(pptp_call_cmp, pptp_call_hash, in pptpd_init()236 if (_this->call_id_map != NULL) in pptpd_uninit()237 hash_free(_this->call_id_map); in pptpd_uninit()238 _this->call_id_map = NULL; in pptpd_uninit()269 hash_insert(_this->call_id_map, CALL_KEY(call), call); in pptpd_assign_call()284 hash_delete(_this->call_id_map, CALL_KEY(call), 0); in pptpd_release_call()789 hl = hash_lookup(_this->call_id_map, CALL_ID_KEY(call_id, listener->index)); in pptpd_gre_input()
246 hash_table *call_id_map; /* table to map between callid and call */ member