Lines Matching refs:token_list
164 struct netagent_token_list_s token_list; member
920 TAILQ_FOREACH_SAFE(search_token, ®istration->token_list, token_chain, temp_token) { in netagent_free_registration()
921 TAILQ_REMOVE(®istration->token_list, search_token, token_chain); in netagent_free_registration()
1082 TAILQ_INIT(&new_registration->token_list); in netagent_handle_register_inner()
1462 TAILQ_INIT(&new_registration->token_list); in netagent_handle_update_inner()
1463 TAILQ_CONCAT(&new_registration->token_list, ®istration->token_list, token_chain); in netagent_handle_update_inner()
2164 TAILQ_INSERT_TAIL(®istration->token_list, token_struct, token_chain); in netagent_handle_add_token_setopt()
2214 TAILQ_FOREACH_SAFE(search_token, ®istration->token_list, token_chain, temp_token) { in netagent_handle_flush_tokens_setopt()
2215 TAILQ_REMOVE(®istration->token_list, search_token, token_chain); in netagent_handle_flush_tokens_setopt()
2426 TAILQ_FOREACH_SAFE(search_token, ®istration->token_list, token_chain, temp_token) { in netagent_handle_reset_client_error_setopt()
2427 TAILQ_REMOVE(®istration->token_list, search_token, token_chain); in netagent_handle_reset_client_error_setopt()
3100 struct netagent_token *token = TAILQ_FIRST(®istration->token_list); in netagent_acquire_token()
3133 TAILQ_REMOVE(®istration->token_list, token, token_chain); in netagent_acquire_token()